fxa-content-server/.awsbox.json

14 строки
336 B
JSON

{
"processes": [
"server/bin/fxa-content-server.js"
],
"env": {
"CONFIG_FILES": "$HOME/code/server/config/awsbox.json,$HOME/config.json",
"HEKAD_CONFIG": "$HOME/code/scripts/awsbox/hekad.toml"
},
"hooks": {
"postcreate": "scripts/awsbox/post_create.sh",
"postdeploy": "scripts/awsbox/post_deploy.sh"
}
}