diff --git a/conf/sogo.conf b/conf/sogo.conf index 5f33d49..645d375 100644 --- a/conf/sogo.conf +++ b/conf/sogo.conf @@ -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;