wildflock/config/custom-environment-variables.json

10 lines
147 B
JSON
Raw Normal View History

2023-07-29 18:10:00 +00:00
{
"port": {
"__name": "PORT",
"__format": "number"
},
"host": "HOSTNAME",
"authentication": {
"secret": "FEATHERS_SECRET"
}
}