Files
wildflock/config/custom-environment-variables.json

13 lines
194 B
JSON

{
"port": {
"__name": "PORT",
"__format": "number"
},
"host": "HOSTNAME",
"authentication": {
"secret": "FEATHERS_SECRET"
},
"wildDuck": {
"url": "WILDDUCK_URL"
}
}