-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathconfig-debug
33 lines (23 loc) · 1.25 KB
/
config-debug
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
name : Total.js
author : You company name
version : 1.0.0
secret : secret-key-for-web
allow-compile-style : false
allow-compile-html : false
allow-compile-script : false
// Mail settings
mail.smtp : smtp.mail.ru
mail.smtp.options : {"secure":true,"port":465,"user":"[email protected]","password":"theonly","timeout":10000}
mail.address.from : [email protected]
mail.address.reply : [email protected]
mail.address.bcc :
//DEVSQLSERVER : Driver={SQL Server Native Client 11.0};Server={localhost,1433};Database=Freedom;Uid=sa;Pwd=sa
DEVSQLSERVER : Driver={SQL Server Native Client 11.0};Server={desktop-qs6bqvi};Database=Freedom;Uid=sa;Pwd=rootROOT
//DBPROVIDER: sqlserver
DBPROVIDER: mysql
DEVMYSQLSERVER (Object) : { host: "localhost", user: "root", password: "p123456789", database: "outlet", multipleStatements: true }
//DEVMYSQLSERVER (Object) : { host: "localhost", user: "root", password: "root", database: "outlet", multipleStatements: true }
//Public files
public_img : public/tmp
//HOST: http://127.0.0.1:8000/
HOST: http://localhost:8000/