Skip to content

Commit

Permalink
Create app-config-prod.json
Browse files Browse the repository at this point in the history
  • Loading branch information
usernane committed Jan 16, 2024
1 parent c4987d8 commit b1e1e32
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions app/config/app-config-prod.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
{
"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":"2024-01-16"
},
"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":{
}
}

0 comments on commit b1e1e32

Please sign in to comment.