-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.example
More file actions
37 lines (31 loc) · 847 Bytes
/
config.example
File metadata and controls
37 lines (31 loc) · 847 Bytes
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
[server]
port = 4000
host = '0.0.0.0' # To allow all IP access, use '0.0.0.0'; default is '127.0.0.1'
[database]
username = "arden_dev"
password = "arden_dev"
address = "10.140.6.7" # Enclose the IP address in double quotes
port = 5432
database = "arden_dev" # Enclose the database name in double quotes
[database_home]
username = "test"
password = "test"
address = "127.0.0.1" # Enclose the IP address in double quotes
port = 5432
database = "arden_test" # Enclose the database name in double quotes
[access]
username = "tanbin"
password = "tanbin"
address = "192.168.10.61"
port = 1433
database = "CPSStandardBank"
[cbs]
username = "adc"
password = "adc123"
url = "10.130.117.117:1523/ibpdb"
[database_Cloud]
username = "sql12666632"
password = "HiYs4tP6lf"
address = "sql12.freemysqlhosting.net"
port = 3306
database = "sql12666632"