mirror of
https://github.com/eliasrenman/gardentron.git
synced 2026-03-16 20:46:07 +01:00
chore: setup featherjs project
This commit is contained in:
10
server/config/custom-environment-variables.json
Normal file
10
server/config/custom-environment-variables.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"port": {
|
||||
"__name": "PORT",
|
||||
"__format": "number"
|
||||
},
|
||||
"host": "HOSTNAME",
|
||||
"authentication": {
|
||||
"secret": "FEATHERS_SECRET"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user