forked from hackmdio/codimd
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
29 lines (29 loc) · 717 Bytes
/
config.json
File metadata and controls
29 lines (29 loc) · 717 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
{
"development": {
"domain": "localhost:3000",
"db": {
"username": "",
"password": "",
"database": "hackmd",
"host": "localhost",
"port": "3306",
"dialect": "sqlite"
}
},
"production": {
"domain": "paashackmd.cloudapps.digital",
"protocolusessl" : "true",
"db": {
"username": "",
"password": "",
"database": "hackmd",
"host": "localhost",
"port": "5432",
"dialect": "sqlite"
},
"google": {
"clientID": "process.env.GCID",
"clientSecret": "process.env.GCS"
}
}
}