diff options
| author | Horus3 | 2014-09-25 10:33:47 +0200 |
|---|---|---|
| committer | Horus3 | 2014-09-25 10:33:47 +0200 |
| commit | 1fe76ba743a3418da9a0883b29756d442384d0bc (patch) | |
| tree | 091910ffd183d94c0f8b70a8f4c362f733033b03 /bootstrap/config.php | |
| parent | 2036626b560f22efd59673187a2de3b1319fcf8a (diff) | |
| download | jungegemeinde-1fe76ba743a3418da9a0883b29756d442384d0bc.tar.gz | |
init
Diffstat (limited to 'bootstrap/config.php')
| -rw-r--r-- | bootstrap/config.php | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/bootstrap/config.php b/bootstrap/config.php deleted file mode 100644 index 585f34a..0000000 --- a/bootstrap/config.php +++ /dev/null @@ -1,33 +0,0 @@ -<?php - -### mysql access -define('DBHOST', '127.0.0.1'); -define('DBUSER', 'jg'); -define('DBNAME', 'jg'); -define('DBPASSWORD', 'secretpassword'); -define('DBCHARSET', 'utf8'); -define('DBPREFIX', 'jg_'); - -### define your pepper for password security -define('PEPPER_IS_FILE', false); -define('PEPPER', 'somelongstringhere'); - -# define('PEPPER_IS_FILE', true); -# define('PEPPER', dirname(__FILE__) . '/../pepper.txt'); - -### absolute path -# define('ABSPATH', dirname(__FILE__) . '/'); - -### file directory -# define('FILEPATH', ABSPATH . '../files'); - -### scheme, set to https if possible, otherwise plain http -# define('SCHEME', 'http://'); -# define('SCHEME', 'https://'); - -### hostname -# define('HOST', 'jungegemeinde.iamfabulous.de'); -# define('DOMAIN', 'https://jungegemeinde.iamfabulous.de'); - -#define('INVITEKEY', 'fadfhaoshfasodfhioadsfhadsofhpf'); -define('INVITEKEY', 'p'); |
