aboutsummaryrefslogtreecommitdiffstats
path: root/backend/dbCredentials.php
diff options
context:
space:
mode:
Diffstat (limited to 'backend/dbCredentials.php')
-rw-r--r--backend/dbCredentials.php5
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";