workadventure/deeployer.json
2020-04-09 11:00:30 +02:00

20 lines
520 B
JSON

{
"$schema": "https://raw.githubusercontent.com/thecodingmachine/deeployer/master/deeployer.schema.json",
"containers": {
"back": {
"image": "",
"host": "http://api.workadventure.test.thecodingmachine.com",
"env": {
"SECRET_KEY": "tempSecretKeyNeedsToChange"
}
},
"front": {
"image": "",
"host": "http://workadventure.test.thecodingmachine.com",
"env": {
"API_URL": "http://api.workadventure.test.thecodingmachine.com"
}
}
}
}