diff options
Diffstat (limited to 'backend')
| -rw-r--r-- | backend/dbCredentials.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/backend/dbCredentials.php b/backend/dbCredentials.php new file mode 100644 index 0000000..209cf79 --- /dev/null +++ b/backend/dbCredentials.php @@ -0,0 +1,5 @@ +<?php + $apiKey = "secureApiKey123(!*"; + $dbUser = "admin"; + $dbPassword = "qwerty"; + $dbName = "ClientApps"; |
