Adding ADMIN_API_TOKEN to deployment

This commit is contained in:
David Négrier 2020-10-14 12:00:23 +02:00
parent 731ccd8796
commit cf4c608360
1 changed files with 3 additions and 1 deletions

View File

@ -14,7 +14,9 @@
},
"ports": [8080],
"env": {
"SECRET_KEY": "tempSecretKeyNeedsToChange"
"SECRET_KEY": "tempSecretKeyNeedsToChange",
"ADMIN_API_TOKEN": env.ADMIN_API_TOKEN,
"ADMIN_API_URL": "https://admin."+url
}
},
"front": {