archery/config/config.example.json

9 lines
125 B
JSON

{
"db": {
"host": "postgres",
"password": "correcthorse"
},
"web": {
"port": 8080
}
}