aboutsummaryrefslogtreecommitdiffstats
path: root/backend
diff options
context:
space:
mode:
authorMaksymilian Jopek <maks@jopek.eu>2023-04-13 19:18:31 +0200
committerMaksymilian Jopek <maks@jopek.eu>2023-04-13 19:20:25 +0200
commitc0edb9e2a4a49bae24cbcae4b8e000d6813b3417 (patch)
tree0b6de059b1fb2c3f28ff6c56dbadf8edb10d7498 /backend
parent911d2fc05833fb2095f3032c34063bfd6da113fa (diff)
downloadfia-c0edb9e2a4a49bae24cbcae4b8e000d6813b3417.tar.gz
fia-c0edb9e2a4a49bae24cbcae4b8e000d6813b3417.tar.zst
fia-c0edb9e2a4a49bae24cbcae4b8e000d6813b3417.zip
Add ReadmeHEADmaster
Secure dbCredentials Add screenshot
Diffstat (limited to 'backend')
-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";