From: floviolleau Date: Sun, 19 Sep 2021 12:32:35 +0000 (+0200) Subject: Allow to use DB tables prefix X-Git-Tag: v21.08.4~1^2~5^2~1 X-Git-Url: http://source.bookstackapp.com/bookstack/commitdiff_plain/f8abad1e3bf09c75cf736286fb323098370fdce2 Allow to use DB tables prefix --- diff --git a/.env.example b/.env.example index 05383f04a..33a5d8ab9 100644 --- a/.env.example +++ b/.env.example @@ -23,6 +23,7 @@ APP_URL=https://example.com # Database details DB_HOST=localhost DB_DATABASE=database_database +DB_TABLE_PREFIX= DB_USERNAME=database_username DB_PASSWORD=database_user_password @@ -41,4 +42,4 @@ MAIL_HOST=localhost MAIL_PORT=1025 MAIL_USERNAME=null MAIL_PASSWORD=null -MAIL_ENCRYPTION=null \ No newline at end of file +MAIL_ENCRYPTION=null