9 lines
194 B
INI
9 lines
194 B
INI
[database]
|
|
; connect string
|
|
uri="host=localhost user=postgres password=pass dbname=snow port=5432 sslmode=disable"
|
|
; postgres
|
|
type="postgres"
|
|
|
|
[output]
|
|
; level of logging
|
|
level="dev" # dev, prod |