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:
parent
aa06c6094f
commit
2f11d60b59
1 changed files with 2 additions and 2 deletions
|
@ -32,7 +32,7 @@ const ADRESSEMAILADMIN = '__EMAIL__';
|
||||||
const ADRESSEMAILREPONSEAUTO = '<no-reply@__DOMAIN__>';
|
const ADRESSEMAILREPONSEAUTO = '<no-reply@__DOMAIN__>';
|
||||||
|
|
||||||
// Database server name, leave empty to use a socket
|
// 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
|
// Database user
|
||||||
const DB_USER= '__DB_USER__';
|
const DB_USER= '__DB_USER__';
|
||||||
|
@ -44,7 +44,7 @@ const DB_PASSWORD = '__DB_PWD__';
|
||||||
const TABLENAME_PREFIX = '';
|
const TABLENAME_PREFIX = '';
|
||||||
|
|
||||||
// Name of the table that stores migration script already executed
|
// Name of the table that stores migration script already executed
|
||||||
//const MIGRATION_TABLE = '{$migrationTable}';
|
const MIGRATION_TABLE = 'framadate_migration';
|
||||||
|
|
||||||
// Default Language
|
// Default Language
|
||||||
const DEFAULT_LANGUAGE = '__LANGUAGE__';
|
const DEFAULT_LANGUAGE = '__LANGUAGE__';
|
||||||
|
|
Loading…
Add table
Reference in a new issue