mirror of
https://github.com/YunoHost-Apps/sogo_ynh.git
synced 2024-09-03 20:26:07 +02:00
set dynamic sql password
This commit is contained in:
parent
bda6e61a89
commit
a979b5f89d
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
SOGoProfileURL = "mysql://sogo:98b5c4632759e46ba534eae1ce73fe@localhost:3306/sogo/sogo_user_profile";
|
||||
OCSFolderInfoURL = "mysql://sogo:98b5c4632759e46ba534eae1ce73fe@localhost:3306/sogo/sogo_folder_info";
|
||||
OCSSessionsFolderURL = "mysql://sogo:98b5c4632759e46ba534eae1ce73fe@localhost:3306/sogo/sogo_sessions_folder";
|
||||
SOGoProfileURL = "mysql://DBUSER:DBPASS@localhost:3306/sogo/sogo_user_profile";
|
||||
OCSFolderInfoURL = "mysql://DBUSER:DBPASS@localhost:3306/sogo/sogo_folder_info";
|
||||
OCSSessionsFolderURL = "mysql://DBUSER:DBPASS@localhost:3306/sogo/sogo_sessions_folder";
|
||||
SOGoLanguage = English;
|
||||
SOGoAppointmentSendEMailNotifications = YES;
|
||||
SOGoEnablePublicAccess = YES;
|
||||
|
|
Loading…
Add table
Reference in a new issue