Skip to content

Commit

Permalink
Mise à jour de la configuration Scalingo (#2175)
Browse files Browse the repository at this point in the history
  • Loading branch information
niladic authored Jan 28, 2025
1 parent 4297657 commit bab473a
Showing 1 changed file with 8 additions and 44 deletions.
52 changes: 8 additions & 44 deletions app.json
Original file line number Diff line number Diff line change
@@ -1,60 +1,24 @@
{
"name": "aplus",
"stack": "scalingo-20",
"env": {
"STAGING_DATABASE_URL": {
"required": true
},
"APP_DOMAIN": {
"required": true
},
"APP_HTTPS": {
"required": true
"APP_HOST": {
"generator": "template",
"template": "%APP%.osc-fr1.scalingo.io"
},
"APPLICATION_SECRET": {
"required": true
},
"EVOLUTIONS_AUTOAPPLY": {
"required": true
},
"MAIL_HOST": {
"required": true
},
"MAIL_PASSWORD": {
"required": true
},
"MAIL_PORT": {
"required": true
},
"MAIL_USER": {
"required": true
},
"SENTRY_DSN": {
"required": true
},
"AREAS_WITH_LOGIN_BY_KEY": {
"required": true
},
"AREAS_WITH_ATTACHEMENTS": {
"required": true
},
"FILES_PATH": {
"required": true
"generator": "secret"
}
},
"formation": {
"web": {
"quantity": 1
"amount": 1,
"size": "S"
}
},
"addons": [
"heroku-postgresql"
],
"buildpacks": [
{
"url": "heroku/nodejs"
},
{
"url": "heroku/scala"
"plan": "postgresql:postgresql-sandbox"
}
]
}

0 comments on commit bab473a

Please sign in to comment.