3 // This file contains all variables needed by other php scripts
4 $LogRelativePath = 'logs/';
5 $ShardName = 'MyShard';
8 // ----------------------------------------------------------------------------------------
9 // Variables for nel database access
10 // ----------------------------------------------------------------------------------------
12 // where we can find the mysql database
13 $DBHost = 'localhost';
15 $DBPassword = 'PASSWORD';
18 $RingDBUserName = 'RING_USER';
20 $RingDBPassword = 'RING_PASS';
22 $AcceptUnknownUser = true;
23 $AutoCreateRingInfo = true;
26 $RocketChatServer = '';