🐛 Fix toml fichier

pull/424/head
Johan Girod 2018-11-15 12:16:09 +01:00
parent d77248238d
commit b4aa22e28b
1 changed files with 4 additions and 4 deletions

View File

@ -129,9 +129,9 @@ status = 200
[context.deploy-preview.environment]
EN_SITE = "${path}?s=m"
FR_SITE = "${path}"
EN_SITE = "${path}?s=m"
FR_SITE = "${path}"
[context.production.environment]
EN_SITE = "https://mycompanyinfrance.fr${path}"
FR_SITE = "https://mon-entreprise.beta.gouv.fr${path}"
EN_SITE = "https://mycompanyinfrance.fr${path}"
FR_SITE = "https://mon-entreprise.beta.gouv.fr${path}"