aboutsummaryrefslogtreecommitdiff
path: root/bootstrap/config.php
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap/config.php')
-rw-r--r--bootstrap/config.php12
1 files changed, 6 insertions, 6 deletions
diff --git a/bootstrap/config.php b/bootstrap/config.php
index 5c66d07..e39fb57 100644
--- a/bootstrap/config.php
+++ b/bootstrap/config.php
@@ -1,12 +1,12 @@
<?php
### mysql access
-define('DBHOST', 'localhost');
-define('DBUSER', 'vfs-user');
-define('DBNAME', 'vfs');
+define('DBHOST', '127.0.0.1');
+define('DBUSER', 'jg');
+define('DBNAME', 'jg');
define('DBPASSWORD', 'secretpassword');
define('DBCHARSET', 'utf8');
-define('DBPREFIX', 'vfs_');
+define('DBPREFIX', 'jg_');
### define your pepper for password security
define('PEPPER_IS_FILE', false);
@@ -26,5 +26,5 @@ define('PEPPER', 'somelongstringhere');
# define('SCHEME', 'https://');
### hostname
-define('HOST', 'jungegemeinde.iamfabulous.de');
-define('DOMAIN', 'https://jungegemeinde.iamfabulous.de');
+# define('HOST', 'jungegemeinde.iamfabulous.de');
+# define('DOMAIN', 'https://jungegemeinde.iamfabulous.de');