Preprod setup

This commit is contained in:
Alexandre Bourlier
2018-05-16 08:08:38 +02:00
parent e329798014
commit 8d8bcb8097
5 changed files with 18 additions and 6 deletions

View File

@ -14,7 +14,7 @@
<?php
// Prod/Dev setup
if ($dn == 'http://app.happy-dev.fr') {
if (in_array($dn, array('https://app.happy-dev.fr', 'https://staging-app.happy-dev.fr'))) {
require_once("src/html/dependencies-prod.php");
} else {
require_once("src/html/dependencies-dev.php");