-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
37 lines (37 loc) · 906 Bytes
/
config.yaml
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
enableProfiler: true
localPort: 8888
routes:
"/Users/index": "/"
"/Users/signin": "/signin"
"/Users/register": "/register"
"/Users/process_registration": "/process/register"
"/Users/process_login": "/process/login"
"/Users/success": "/success"
"/Users/logoff": "/logoff"
dbdriver: "mongodb"
database1:
host: "localhost"
port: 5432
user: "postgres"
password: "123456"
database: "postgres"
max: 30
database2:
host: "localhost"
port: 3308
user: "root"
password: ""
database: "gemu_mvc"
waitForConnections: true
connectionLimit: 10
queueLimit: 0
database3:
uri: "mongodb+srv://markad:[email protected]/?retryWrites=true&w=majority"
database: "gemu-mvc"
enableRedis: false
sessionConfig:
secret: "gemu_mvc"
resave: false
saveUninitialized: true
cookie:
secure: false