summaryrefslogtreecommitdiffstats
path: root/dbCredentials.php
diff options
context:
space:
mode:
authorMaksymilian Jopek <maks@jopek.eu>2023-04-13 15:47:15 +0200
committerMaksymilian Jopek <maks@jopek.eu>2023-04-13 15:47:15 +0200
commit87ffa36c1bfa49259e48d94f09e64f83632f0071 (patch)
tree87a5f2157474c6b31a2efddaf8df5aad886ff070 /dbCredentials.php
downloadcms-master.tar.gz
cms-master.tar.zst
cms-master.zip
Diffstat (limited to 'dbCredentials.php')
-rw-r--r--dbCredentials.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/dbCredentials.php b/dbCredentials.php
new file mode 100644
index 0000000..53181a5
--- /dev/null
+++ b/dbCredentials.php
@@ -0,0 +1,5 @@
+<?php
+$dbUser = "admin";
+$dbPassword = "qwerty";
+$dbName = "cms";
+$dbHost = "localhost";