Initial Import Rest on CMS.
This commit is contained in:
32
api/site/config/application_configuration.json
Normal file
32
api/site/config/application_configuration.json
Normal file
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"database": {
|
||||
"datasource": {
|
||||
"driver": "SQL Server",
|
||||
"environment": "test"
|
||||
},
|
||||
"environments": {
|
||||
"test": {
|
||||
"connection_string":"Server=JVELILLA\\SQLEXPRESS;Database=example;Uid=sa;Pwd=Eiffel1405;TrustedConnection=Yes"
|
||||
},
|
||||
"development": {
|
||||
"connection_string":"Server=sql.ise;Database=ESA_DB_TEST;Uid=eiffel2;Pwd=eiffel2;"
|
||||
},
|
||||
"production": {
|
||||
"connection_string":"Server=SQLSERVER;Database=LIVE_DATABASE;Uid=XXX;Pwd=YYY;"
|
||||
}
|
||||
}
|
||||
},
|
||||
"smtp": {
|
||||
"server": "localhost"
|
||||
},
|
||||
"logger": {
|
||||
"level":"debug",
|
||||
"backup_count":"4"
|
||||
},
|
||||
"server": {
|
||||
"mode":"web"
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user