-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
39 lines (39 loc) · 1 KB
/
config.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
36
37
38
39
{
"database": {
"localhost": "mongodb://localhost:27017/not_used_yet",
"sqlite": {
"db_name": "Chinook_Sqlite.sqlite"
},
"mongoDbAtlas": "mongodb+srv://login:[email protected]/not_used_yet?retryWrites=true&w=majority",
"mysql": {
"name": "not_used_yet",
"user": "root",
"password": "password",
"dialect": "mysql",
"host": "localhost",
"port": "3306"
}
},
"nodemailer": {
"service": "gmail",
"auth": {
"user": "[email protected]",
"pass": "myGmailPassword"
}
},
"dev": false,
"upload_files_path": "./files/",
"cloudinary_token": {
"cloud_name": "",
"api_key": "",
"api_secret": ""
},
"ftp_config": {
"host": "",
"user": "",
"password": "",
"secure": false
},
"logs_path": "not_used_yet",
"theme": "/crystal.css"
}