-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.copy.json
35 lines (35 loc) · 900 Bytes
/
config.copy.json
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
{
"local": {
"client": "mysql",
"host": "localhost",
"user": "root",
"password": "",
"database": "todo_app",
"port": "3306",
"twitter_consumer_key": "",
"twitter_consumer_secret": "",
"callback_url": ""
},
"development": {
"client": "mysql",
"host": "localhost",
"user": "root",
"password": "",
"database": "todo_app",
"port": "3306",
"twitter_consumer_key": "",
"twitter_consumer_secret": "",
"callback_url": ""
},
"production": {
"client": "mysql",
"user": "root",
"password": "",
"database": "todo_app",
"socketPath": "todo-320907:asia-northeast1:todo-prod",
"port": "3306",
"twitter_consumer_key": "",
"twitter_consumer_secret": "",
"callback_url": ""
}
}