-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.template.php
47 lines (29 loc) · 1011 Bytes
/
config.template.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<?php
/**
* Created by PhpStorm.
* User: victor.lange
* Date: 30.03.2017
* Time: 09:51
*/
date_default_timezone_set('Europe/Berlin');
define("PRIMARY_STYLE", 'color: rgb(204,37,41);');
define("Pri_Color", 'rgba(211, 94, 96,0.6)');
define("Pri_Color_Border", 'rgba(204, 37, 41,1)');
define("SECONDARY_STYLE", 'color: rgb(62, 150, 81);');
define("Sec_Color", 'rgba(132, 186, 91,0.4)');
define("Sec_Color_Border", 'rgba(62, 150, 81,1)');
//For Active Direcory
define("LDAP_USERNAME", '');
define("LDAP_PASSWORD", '');
define("DASHBOARD_SQL_INSTANCE", '');
define("DASHBOARD_SQL_DATABASE", '');
define("HELPLINE_SQL_INSTANCE", '');
define("HELPLINE_SQL_DATABASE", '');
define("DERDACK_SQL_INSTANCE", '');
define("DERDACK_SQL_DATABASE", '');
define("SCCM_SQL_INSTANCE", '');
define("SCCM_SQL_DATABASE", '');
define("APIKEY_openweathermap", '');
define("DEFAULT_RADIOSTATION", '');
//Connection Info
$Default_Connection = array("Database" => DASHBOARD_SQL_INSTANCE, "CharacterSet" => "UTF-8");