Skip to content

Commit

Permalink
Create config-with-err-00.json
Browse files Browse the repository at this point in the history
  • Loading branch information
usernane committed Oct 30, 2023
1 parent 437a0ac commit a25cf69
Showing 1 changed file with 48 additions and 0 deletions.
48 changes: 48 additions & 0 deletions app/config/config-with-err-00.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
{
"base-url":"DYNAMIC",
"theme":null,
"home-page":"BASE_URL",
"primary-lang":"EN",
"titles":{
"AR":"افتراضي",
"EN":"Default"
},
"name-separator":"|",
"scheduler-password":"NO_PASSWORD",
"app-names":{
"AR":"تطبيق",
"EN":"Application"
},
"app-descriptions":{
"AR":"",
"EN":""
},
"version-info":{
"version":"1.0",
"version-type":"Stable",
"release-date":"2023-10-30"
},
"env-vars":{
"WF_VERBOSE":{
"value":false,
"description":"Configure the verbosity of error messsages at run-time. This should be set to true in testing and false in production."
},
"CLI_HTTP_HOST":{
"value":"example.com",
"description":"Host name that will be used when runing the application as command line utility."
}
},
"smtp-connections":{
},
"database-connections":{
"New_Connection":{
"type":"mysql",
"host":"localhost",
"port":3306,
"database":"my_db",
"password":"test@222",
"extras":{
}
}
}
}

0 comments on commit a25cf69

Please sign in to comment.