aboutsummaryrefslogtreecommitdiffstats
path: root/public/php/dbCredentials.php
diff options
context:
space:
mode:
Diffstat (limited to 'public/php/dbCredentials.php')
-rw-r--r--public/php/dbCredentials.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/public/php/dbCredentials.php b/public/php/dbCredentials.php
new file mode 100644
index 0000000..87bbfd5
--- /dev/null
+++ b/public/php/dbCredentials.php
@@ -0,0 +1,4 @@
+<?php
+ $apiKey = "secureApiKey123(!*";
+ $dbUser = "admin";
+ $dbPassword = "qwerty123";