Skip to content
Snippets Groups Projects
Commit 7ee6a7b8 authored by Nicolas Borboën's avatar Nicolas Borboën
Browse files

[fix] tailing slash in FILESERVERPATH

parent cc7ee36a
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
$CONFIG = array( $CONFIG = array(
'docker' => array( 'docker' => array(
'FILESERVERPATH' => '/var/www/html/data/candidatures', 'FILESERVERPATH' => '/var/www/html/data/candidatures/',
'SENDEMAILS' => true, 'SENDEMAILS' => true,
'MAIL_FROM' => 'noreply+formulaireApprentis@epfl.ch', 'MAIL_FROM' => 'noreply+formulaireApprentis@epfl.ch',
'MAIL_CONTACT' => 'nicolas.borboen@epfl.ch', 'MAIL_CONTACT' => 'nicolas.borboen@epfl.ch',
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
'DB_PORT' => '3306', 'DB_PORT' => '3306',
), ),
'local' => array( 'local' => array(
'FILESERVERPATH' => '/var/www/html/data/candidatures', 'FILESERVERPATH' => '/var/www/html/data/candidatures/',
'SENDEMAILS' => false, 'SENDEMAILS' => false,
'MAIL_FROM' => 'noreply+formulaireApprentis@epfl.ch', 'MAIL_FROM' => 'noreply+formulaireApprentis@epfl.ch',
'MAIL_CONTACT' => 'formation.apprentis@epfl.ch', 'MAIL_CONTACT' => 'formation.apprentis@epfl.ch',
......
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