XarayaTranslationMemory  1.6
Variables
config.inc.php File Reference

Go to the source code of this file.

Variables

 $CONFIG ['db_software'] = 'mysqli'
 
 $CONFIG ['db_host'] = 'localhost'
 
 $CONFIG ['db_database'] = 'xartm_hu'
 
 $CONFIG ['db_username'] = 'xartm_xaraya_hu'
 
 $CONFIG ['db_password'] = 'zeno3362t'
 
 $CONFIG ['default_locale'] = 'hu_HU.utf-8'
 
 $CONFIG ['import_path'] = "/var/www/xarigami/html/var/locales/"
 
 $CONFIG ['export_path'] = "/var/www/xarigami/html/var/locales/"
 
 $CONFIG ['enable_web_export'] = true
 
 $CONFIG ['language_pack_dir'] = "/var/www/xarigami/html/var/locales/"
 
 $CONFIG ['language_pack_url'] = "http://xarigami.wd/var/locales"
 
 $CONFIG ['disk_cache'] = "./cache"
 

Variable Documentation

◆ $CONFIG [1/12]

$CONFIG[ 'db_software'] = 'mysqli'

Database server type (a valid ADODB NewADOConnection() value).

Definition at line 24 of file config.inc.php.

Referenced by ProjectIterator\__construct(), ProjectIterator\ClearCache(), WebBackend\Event_ExportPack(), and GetConfigVar().

◆ $CONFIG [2/12]

$CONFIG[ 'db_host'] = 'localhost'

Database server host name

Definition at line 30 of file config.inc.php.

◆ $CONFIG [3/12]

$CONFIG[ 'db_database'] = 'xartm_hu'

Database name

Definition at line 36 of file config.inc.php.

◆ $CONFIG [4/12]

$CONFIG[ 'db_username'] = 'xartm_xaraya_hu'

Database server username

Definition at line 42 of file config.inc.php.

◆ $CONFIG [5/12]

$CONFIG[ 'db_password'] = 'zeno3362t'

Database server password

Definition at line 48 of file config.inc.php.

◆ $CONFIG [6/12]

$CONFIG[ 'default_locale'] = 'hu_HU.utf-8'

Default locale to start the GUI with. Example: hu_HU.utf-8

Definition at line 54 of file config.inc.php.

◆ $CONFIG [7/12]

$CONFIG[ 'import_path'] = "/var/www/xarigami/html/var/locales/"

Path to the locale files for the import routines. Where your hu_HU.utf-8 or similar directory resides, without this part. Comment this out after finishing import, so you won't overwrite your work in the database by mistake!

Definition at line 64 of file config.inc.php.

◆ $CONFIG [8/12]

$CONFIG[ 'export_path'] = "/var/www/xarigami/html/var/locales/"

Path to the export locale files for the import routines. Where your hu_HU.utf-8 or similar directory resides, without this part.

Definition at line 71 of file config.inc.php.

◆ $CONFIG [9/12]

$CONFIG[ 'enable_web_export'] = true

Enable or disable the export feature on the web GUI

Definition at line 77 of file config.inc.php.

◆ $CONFIG [10/12]

$CONFIG[ 'language_pack_dir'] = "/var/www/xarigami/html/var/locales/"

The directory to place the tar.gz language pack in.

Definition at line 83 of file config.inc.php.

◆ $CONFIG [11/12]

$CONFIG[ 'language_pack_url'] = "http://xarigami.wd/var/locales"

Same as 'language_pack_dir', but as accessed from the web.

Definition at line 89 of file config.inc.php.

◆ $CONFIG [12/12]

$CONFIG[ 'disk_cache'] = "./cache"

Definition at line 91 of file config.inc.php.