- database:
- # Code likely not to work on another engine because it adds ?parseTime=true
- driver: mysql
- dsn: <user>:<pass>@[<server>]/<database>
- test_dsn: <user>:<pass>@[<server>]/<database>
- api:
- address: ":8000"
- web:
- address: ":3000"
- # May be absolute or relative to the "kurzd" binary.
- assetsPath: ../../web/public
|