migrate to new git
This commit is contained in:
34
web/sites/sites-config.json
Normal file
34
web/sites/sites-config.json
Normal file
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"sites": [
|
||||
{
|
||||
"url": "site1.local",
|
||||
"folder": "site1.local",
|
||||
"connection": "SQL Conn String : site1.local",
|
||||
"title": "網站一"
|
||||
},
|
||||
{
|
||||
"url": "site2.local",
|
||||
"folder": "site2.local",
|
||||
"connection": "SQL Conn String : site1.local",
|
||||
"title": "網站二"
|
||||
},
|
||||
{
|
||||
"url": "site3.local",
|
||||
"folder": "site3.local",
|
||||
"connection": "SQL Conn String : site1.local",
|
||||
"title": "網站三"
|
||||
}
|
||||
],
|
||||
"default": {
|
||||
"url": "*",
|
||||
"folder": "default",
|
||||
"connection": "SQL Conn String : default",
|
||||
"title": "*"
|
||||
},
|
||||
"resource": {
|
||||
"assets": "assets",
|
||||
"config": "config",
|
||||
"modules": "modules",
|
||||
"upload": "upload"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user