Initial commit
This commit is contained in:
15
settings.js
Normal file
15
settings.js
Normal file
@@ -0,0 +1,15 @@
|
||||
exports.dbConfig = {
|
||||
user: "appSequence",
|
||||
password: "pswSequence!",
|
||||
server: "localhost",
|
||||
database: "dbSequence",
|
||||
port: 1433
|
||||
//requestTimeout: 30000,
|
||||
//connectionTimeout: 30000,
|
||||
//options: { encrypt: true }
|
||||
};
|
||||
|
||||
exports.server = {
|
||||
baseSite: "http://localhost:1337"
|
||||
//baseSite: "http://sequenceclub.com"
|
||||
};
|
||||
Reference in New Issue
Block a user