-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
48 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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":{ | ||
} | ||
} | ||
} | ||
} |