Changeset 639 for trunk/gm_system/config
- Timestamp:
- Sep 28, 2009, 12:13:39 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/gm_system/config/config.php
r638 r639 12 12 //Defaults to "N" (not allowed) after the first successful web install. 13 13 //** For security: change this to "N" ** 14 $WEB_CONFIG = " Y";14 $WEB_CONFIG = "N"; 15 15 16 16 //---------------------------------------------------------------------------------------------- … … 20 20 //You need to add the full webservername and dir to WebCollab here. Example" 21 21 // "http://www.your-url-here.com/backend/org/" (don't forget the tailing slash) 22 define('BASE_URL', " " );22 define('BASE_URL', "http://www.heroesoffantasy.cz/gm_system/" ); 23 23 24 24 … … 27 27 //DATABASE OPTIONS 28 28 29 define('DATABASE_NAME', " " );30 define('DATABASE_USER', " " );31 define('DATABASE_PASSWORD', " " );29 define('DATABASE_NAME', "gm_system" ); 30 define('DATABASE_USER', "gm_system" ); 31 define('DATABASE_PASSWORD', "AyPFEtHbA5J3buEB" ); 32 32 33 33 //Database type (valid options are "mysql", "postgresql", "mysql_innodb" and "mysqli") … … 115 115 //TIMEZONE 116 116 //timezone offset from GMT/UTC (hours) 117 define('TZ', 0);117 define('TZ', 1 ); 118 118 119 119
Note:
See TracChangeset
for help on using the changeset viewer.