From a77019ca02cc8a2dca0836cf4e89509eb89b71f1 Mon Sep 17 00:00:00 2001 From: Repflez Date: Thu, 29 Nov 2018 14:07:19 -0700 Subject: [PATCH] Update base config --- config.example.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/config.example.php b/config.example.php index 5c6993c..b2e2291 100644 --- a/config.example.php +++ b/config.example.php @@ -13,7 +13,7 @@ return [ 'username' => 'root', 'password' => '', 'prefix' => '', - 'database' => 'foxverse_dev', + 'database' => 'rverse2_dev', 'charset' => 'utf8', 'collation' => 'utf8_unicode_ci', ], @@ -37,9 +37,6 @@ return [ // Hashids salt (prevents stuff from getting scraped easily) 'link_salt' => 'changethis', - - // Allowed domains - 'domains' => ['rverse.club'], ], // Cloudinary settings