aboutsummaryrefslogtreecommitdiffstats
path: root/php/configuration.php
diff options
context:
space:
mode:
authoralexvitkov <44268717+alexvitkov@users.noreply.github.com>2021-01-29 12:52:06 +0200
committerGitHub <noreply@github.com>2021-01-29 12:52:06 +0200
commit33e533d28dbf9ad7bfc7ad9af467e5efe25ae8a0 (patch)
tree7b748d2b87ab018d7ff451b4111a1b88eeb58416 /php/configuration.php
parentceedd596c9f39f53555fd0746a42d6b85cd49b6c (diff)
parent472e170f408e3d8d1db2eb066d445153aad55d73 (diff)
downloadfileup-33e533d28dbf9ad7bfc7ad9af467e5efe25ae8a0.tar.gz
Merge pull request #1 from GTSimeonov/master
rararrararararraar
Diffstat (limited to 'php/configuration.php')
-rw-r--r--php/configuration.php17
1 files changed, 17 insertions, 0 deletions
diff --git a/php/configuration.php b/php/configuration.php
new file mode 100644
index 0000000..6b87508
--- /dev/null
+++ b/php/configuration.php
@@ -0,0 +1,17 @@
+<?php
+/*should be placed outside of document root*/
+
+$domain_name="localhost";
+
+$database_name="adam";
+$database_username="adam";
+$database_password="asdfd";
+$database_location="127.0.0.1";
+
+
+
+$password_hash_algo=PASSWORD_BCRYPT;
+
+
+$has_email_verification=false;
+?>