Merge branch 'ryzom/rites' into main/gingo-test
[ryzomcore.git] / ryzom / server / www / config_example.php
blobff2e02fe9ec5667f5d3ef9d56baa098c94950845
1 <?php
3 // This file contains all variables needed by other php scripts
4 $LogRelativePath = 'logs/';
5 $ShardName = 'MyShard';
6 $ShardId = '501';
8 // ----------------------------------------------------------------------------------------
9 // Variables for nel database access
10 // ----------------------------------------------------------------------------------------
12 // where we can find the mysql database
13 $DBHost = 'localhost';
14 $DBUserName = 'USER';
15 $DBPassword = 'PASSWORD';
16 $DBName = 'nel';
18 $RingDBUserName = 'RING_USER';
19 $RingDBName = 'ring';
20 $RingDBPassword = 'RING_PASS';
22 $AcceptUnknownUser = true;
23 $AutoCreateRingInfo = true;
25 $RocketChatHook = '';
26 $RocketChatServer = '';