-
-
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.
Merge pull request #197 from WebFiori/dev
Enhanced How Missing Connection Properties are Shown in `JsonDriver`
- Loading branch information
Showing
8 changed files
with
184 additions
and
32 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 |
---|---|---|
|
@@ -14,3 +14,4 @@ php-cs-fixer-v2.phar | |
app/sto | ||
app/config/* | ||
.idea/* | ||
!/app/config/config-with-err-00.json |
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":{ | ||
} | ||
} | ||
} | ||
} |
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
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
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
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
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
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