Ryzom Account Management System  1.0
Variables
/home/daan/ryzom/ryzomcore/code/ryzom/tools/server/ryzom_ams/www/config.php File Reference

Variables

 $cfg ['db']['web']['host'] = 'localhost'
 This file contains all variables needed by other php scripts.
 $cfg ['db']['web']['port'] = '3306'
 $cfg ['db']['web']['name'] = 'ryzom_ams'
 $cfg ['db']['web']['user'] = 'shard'
 $cfg ['db']['web']['pass'] = ''
 $cfg ['db']['lib']['host'] = 'localhost'
 $cfg ['db']['lib']['port'] = '3306'
 $cfg ['db']['lib']['name'] = 'ryzom_ams_lib'
 $cfg ['db']['lib']['user'] = 'shard'
 $cfg ['db']['lib']['pass'] = ''
 $cfg ['db']['shard']['host'] = 'localhost'
 $cfg ['db']['shard']['port'] = '3306'
 $cfg ['db']['shard']['name'] = 'nel'
 $cfg ['db']['shard']['user'] = 'shard'
 $cfg ['db']['shard']['pass'] = ''
 $cfg ['db']['ring']['host'] = 'localhost'
 $cfg ['db']['ring']['port'] = '3306'
 $cfg ['db']['ring']['name'] = 'ring_open'
 $cfg ['db']['ring']['user'] = 'shard'
 $cfg ['db']['ring']['pass'] = ''
 $cfg ['mail']['default_mailserver'] = '{imap.gmail.com:993/imap/ssl}INBOX'
 $cfg ['mail']['default_groupemail'] = 'amsryzom@gmail.com'
 $cfg ['mail']['default_groupname'] = 'Ryzomcore Support'
 $cfg ['mail']['default_username'] = 'amsryzom@gmail.com'
 $cfg ['mail']['default_password'] = 'lol123bol'
 $cfg ['mail']['host'] = "ryzomcore.com"
 $SUPPORT_GROUP_IMAP_CRYPTKEY = "azerty"
 $TICKET_MAILING_SUPPORT = true
 $MAIL_DIR = "/tmp/mail"
 $MAIL_LOG_PATH = "/tmp/mail/cron_mail.log"
 $TOS_URL = "http://createyourtos.com"
 $cfg ['crypt']['key'] = 'Sup3rS3cr3tStuff'
 $cfg ['crypt']['enc_method'] = 'AES-256-CBC'
 $cfg ['crypt']['hash_method'] = "SHA512"
 $ALLOW_UNKNOWN = true
 $CREATE_RING = true
 $AMS_LIB = dirname( dirname( __FILE__ ) ) . '/ams_lib'
 $AMS_TRANS = $AMS_LIB . '/translations'
 $AMS_CACHEDIR = $AMS_LIB . '/cache'
 $SITEBASE = dirname( __FILE__ ) . '/html/'
 $BASE_WEBPATH = 'http://localhost:40917/www/html'
 $IMAGELOC_WEBPATH = 'http://localhost:40917/ams_lib/img'
 $WEBPATH = $BASE_WEBPATH . '/index.php'
 $INGAME_WEBPATH = $BASE_WEBPATH . '/index.php'
 $CONFIG_PATH = dirname( __FILE__ )
 $DEFAULT_LANGUAGE = 'en'
 $TICKET_LOGGING = true
 $TIME_FORMAT = "m-d-Y H:i:s"
 $INGAME_LAYOUT = "basic"
 $FORCE_INGAME = false

Variable Documentation

$ALLOW_UNKNOWN = true
$AMS_CACHEDIR = $AMS_LIB . '/cache'
$AMS_LIB = dirname( dirname( __FILE__ ) ) . '/ams_lib'
$AMS_TRANS = $AMS_LIB . '/translations'
$BASE_WEBPATH = 'http://localhost:40917/www/html'
$cfg['db']['web']['host'] = 'localhost'

This file contains all variables needed by other php scripts.

Author:
Daan Janssens, mentored by Matthew Lagoe
$cfg['db']['web']['port'] = '3306'
$cfg['db']['web']['name'] = 'ryzom_ams'
$cfg['db']['web']['user'] = 'shard'
$cfg['db']['web']['pass'] = ''
$cfg['db']['lib']['host'] = 'localhost'
$cfg['db']['lib']['port'] = '3306'
$cfg['db']['lib']['name'] = 'ryzom_ams_lib'
$cfg['db']['lib']['user'] = 'shard'
$cfg['db']['lib']['pass'] = ''
$cfg['db']['shard']['host'] = 'localhost'
$cfg['db']['shard']['port'] = '3306'
$cfg['db']['shard']['name'] = 'nel'
$cfg['db']['shard']['user'] = 'shard'
$cfg['db']['shard']['pass'] = ''
$cfg['db']['ring']['host'] = 'localhost'
$cfg['db']['ring']['port'] = '3306'
$cfg['db']['ring']['name'] = 'ring_open'
$cfg['db']['ring']['user'] = 'shard'
$cfg['db']['ring']['pass'] = ''
$cfg['mail']['default_mailserver'] = '{imap.gmail.com:993/imap/ssl}INBOX'
$cfg['mail']['default_groupemail'] = 'amsryzom@gmail.com'
$cfg['mail']['default_groupname'] = 'Ryzomcore Support'
$cfg['mail']['default_username'] = 'amsryzom@gmail.com'
$cfg['mail']['default_password'] = 'lol123bol'
$cfg['mail']['host'] = "ryzomcore.com"
$cfg['crypt']['key'] = 'Sup3rS3cr3tStuff'
$cfg['crypt']['enc_method'] = 'AES-256-CBC'
$cfg['crypt']['hash_method'] = "SHA512"
$CONFIG_PATH = dirname( __FILE__ )
$CREATE_RING = true
$DEFAULT_LANGUAGE = 'en'
$FORCE_INGAME = false
$IMAGELOC_WEBPATH = 'http://localhost:40917/ams_lib/img'
$INGAME_LAYOUT = "basic"
$INGAME_WEBPATH = $BASE_WEBPATH . '/index.php'
$MAIL_DIR = "/tmp/mail"
$MAIL_LOG_PATH = "/tmp/mail/cron_mail.log"
$SITEBASE = dirname( __FILE__ ) . '/html/'
$SUPPORT_GROUP_IMAP_CRYPTKEY = "azerty"
$TICKET_LOGGING = true
$TICKET_MAILING_SUPPORT = true
$TIME_FORMAT = "m-d-Y H:i:s"
$TOS_URL = "http://createyourtos.com"
$WEBPATH = $BASE_WEBPATH . '/index.php'
 All Data Structures Files Functions Variables