Changeset 639


Ignore:
Timestamp:
Sep 28, 2009, 12:13:39 PM (15 years ago)
Author:
barny
Message:

*Uprava* config.php

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gm_system/config/config.php

    r638 r639  
    1212  //Defaults to "N" (not allowed) after the first successful web install.
    1313  //** For security: change this to "N" **
    14   $WEB_CONFIG = "Y";
     14  $WEB_CONFIG = "N";
    1515
    1616//----------------------------------------------------------------------------------------------
     
    2020  //You need to add the full webservername and dir to WebCollab here. Example"
    2121  // "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/" );
    2323
    2424
     
    2727//DATABASE OPTIONS
    2828
    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" );
    3232
    3333  //Database type (valid options are "mysql", "postgresql", "mysql_innodb" and "mysqli")
     
    115115//TIMEZONE
    116116  //timezone offset from GMT/UTC (hours)
    117   define('TZ', 0 );
     117  define('TZ', 1 );
    118118
    119119
Note: See TracChangeset for help on using the changeset viewer.