Convert .env
to config.json
. Settle changes.
This commit is contained in:
parent
a16dc64155
commit
56b61b2c1e
12 changed files with 64 additions and 104 deletions
10
config.json
10
config.json
|
@ -1,4 +1,14 @@
|
|||
{
|
||||
"SiteSettings": {
|
||||
"OrgName": "SudoVanilla",
|
||||
"SiteName": "ButterflyVu Demo",
|
||||
"SiteProtocol": "http",
|
||||
"SiteDomain": "localhost:2014",
|
||||
"SiteBase": "",
|
||||
"MetaColor": "",
|
||||
"WhiteLabel": "true",
|
||||
"FooterVersion": "true"
|
||||
},
|
||||
"HeaderItems": [
|
||||
{
|
||||
"text": "Syntax",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue