mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-08 07:09:28 +03:00
20 lines
287 B
YAML
20 lines
287 B
YAML
Default: &defaults
|
|
host: "*4" # any IPv4 host
|
|
port: 3000
|
|
approot: "http://localhost:3000"
|
|
copyright: " "
|
|
#analytics: UA-YOURCODE
|
|
|
|
Development:
|
|
<<: *defaults
|
|
|
|
Testing:
|
|
<<: *defaults
|
|
|
|
Staging:
|
|
<<: *defaults
|
|
|
|
Production:
|
|
#approot: "http://www.example.com"
|
|
<<: *defaults
|