Skip to content
Snippets Groups Projects
Commit 1b3d624c authored by François Agneray's avatar François Agneray
Browse files

Add variable BOARDING_VERSION

parent 962216b4
No related branches found
No related tags found
1 merge request!8v20.0.0
Pipeline #1988 passed
......@@ -50,20 +50,20 @@ return [
'ville' => 'Rennes',
'DR' => 'DR14',
'url' => 'jdev2020.fr',
'email' => 'jdev2020-inscription@services.cnrs.fr',
'email' => 'jdev2020-inscription@services.cnrs.fr',
'email_clo' => 'jdev2020-clo@services.cnrs.fr',
'email_web' => 'chrystel.moreau@lam.fr,francois.agneray@lam.fr,jdev2020-inscription@services.cnrs.fr',
'email_sponsor' => 'jdev2020-sponsor@services.cnrs.fr',
'email_programme' => 'jdev2020-cp@services.cnrs.fr',
'email_info' => 'jdev2020@services.cnrs.fr',
'mailing_list' => 'https://listes.services.cnrs.fr/sympa/subscribe/jdev2020',
'date_debut' => '2020-07-07',
'date_fin' => '2020-07-10',
'date_debut' => '2020-07-07',
'date_fin' => '2020-07-10',
'limite' => '2020-05-30',
'inscription_j1' => '2020-02-29',
'inscription_j2' => '2020-04-30',
'inscription_j3' => '2020-06-23',
'inscription_j4' => '2020-07-03',
'inscription_j4' => '2020-07-03',
'j1' => '2020-07-07',
'j2' => '2020-07-08',
'j3' => '2020-07-09',
......@@ -74,7 +74,7 @@ return [
// 3 version avec le parcours actif
// 4 version durant les JDEVs
// 5 apres les JDEVs
'version' => 0
'version' => getenv('BOARDING_VERSION')
]
]
];
......@@ -19,6 +19,7 @@ services:
DB_PASSWORD: "jdev"
MAILER_HOST: "mailer"
MAILER_PORT: 25
BOARDING_VERSION: 1
LOGGER_NAME: "jdev-boarding"
LOGGER_PATH: "php://stdout"
ports:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment