Skip to content
Snippets Groups Projects
Commit c049812f authored by Anthony Borghi's avatar Anthony Borghi
Browse files

Renvoi des properties pour file_manager

parent bcb25686
No related branches found
No related tags found
No related merge requests found
...@@ -25,7 +25,7 @@ $properties['db_superuser_pass'] = $properties["vitis_owner_pass"]; ...@@ -25,7 +25,7 @@ $properties['db_superuser_pass'] = $properties["vitis_owner_pass"];
//inscription automatique //inscription automatique
$properties['applink_redirection'] = $properties['web_server_name'] . '/'; $properties['applink_redirection'] = $properties['web_server_name'] . '/';
$properties['SaveSentMail'] = false; $properties['SaveSentMail'] = false;
//si true remplir le bloc en dessous //si true remplir le bloc en dessous
$properties['imapBotSender_host'] = "imap.domaine.com"; $properties['imapBotSender_host'] = "imap.domaine.com";
$properties['imapBotSender_port'] = 993; $properties['imapBotSender_port'] = 993;
...@@ -48,7 +48,8 @@ $properties["notifierDeploymentName"] = "test"; ...@@ -48,7 +48,8 @@ $properties["notifierDeploymentName"] = "test";
$properties["notifierAccessKeyAccount"] = "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"; $properties["notifierAccessKeyAccount"] = "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX";
$properties["notifierSecretKeyAccount"] = "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"; $properties["notifierSecretKeyAccount"] = "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX";
// utilisation de s3 pour remplacer le système de Fichier // utilisation de s3 pour remplacer le système de Fichier
$properties['fileS3Uploader'] = false; $properties['filesystem'] = 'fs'; // s3
$properties['AWSCredentialsFilePath'] = ""; // .../.aws/credentials
$properties["fileS3UploaderProfil"] = ""; $properties["fileS3UploaderProfil"] = "";
$properties["fileS3UploaderBucket"] = ""; $properties["fileS3UploaderBucket"] = "";
$properties['fileS3UploaderRegion'] = ""; $properties['fileS3UploaderRegion'] = "";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment