diff options
| author | Maksymilian Jopek <maks@jopek.eu> | 2023-04-13 18:51:09 +0200 |
|---|---|---|
| committer | Maksymilian Jopek <maks@jopek.eu> | 2023-04-13 18:51:09 +0200 |
| commit | 911d2fc05833fb2095f3032c34063bfd6da113fa (patch) | |
| tree | 0db720cc3d341e28ecef36d98e68978b61b3ab06 /public/php/dbCredentials.php | |
| parent | 1df1ff6f074528a4ad6d4015c794a1555c1c942f (diff) | |
| download | fia-911d2fc05833fb2095f3032c34063bfd6da113fa.tar.gz fia-911d2fc05833fb2095f3032c34063bfd6da113fa.tar.zst fia-911d2fc05833fb2095f3032c34063bfd6da113fa.zip | |
Relicense
Add features to Readme
Add start scripts
Diffstat (limited to 'public/php/dbCredentials.php')
| -rw-r--r-- | public/php/dbCredentials.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/public/php/dbCredentials.php b/public/php/dbCredentials.php index 87bbfd5..b13e420 100644 --- a/public/php/dbCredentials.php +++ b/public/php/dbCredentials.php @@ -2,3 +2,4 @@ $apiKey = "secureApiKey123(!*"; $dbUser = "admin"; $dbPassword = "qwerty123"; + $dbName = "ClientApps"; |
