1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/opensondage_ynh.git synced 2024-09-03 19:46:28 +02:00

Update config.php

This commit is contained in:
Alexandre Aubin 2024-01-07 02:05:20 +01:00 committed by GitHub
parent aa06c6094f
commit 2f11d60b59
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -32,7 +32,7 @@ const ADRESSEMAILADMIN = '__EMAIL__';
const ADRESSEMAILREPONSEAUTO = '<no-reply@__DOMAIN__>';
// Database server name, leave empty to use a socket
const DB_CONNECTION_STRING = '';
const DB_CONNECTION_STRING = 'mysql:host=localhost;dbname=__DB_NAME__;port=3306';
// Database user
const DB_USER= '__DB_USER__';
@ -44,7 +44,7 @@ const DB_PASSWORD = '__DB_PWD__';
const TABLENAME_PREFIX = '';
// Name of the table that stores migration script already executed
//const MIGRATION_TABLE = '{$migrationTable}';
const MIGRATION_TABLE = 'framadate_migration';
// Default Language
const DEFAULT_LANGUAGE = '__LANGUAGE__';