From f8abad1e3bf09c75cf736286fb323098370fdce2 Mon Sep 17 00:00:00 2001 From: floviolleau Date: Sun, 19 Sep 2021 14:32:35 +0200 Subject: [PATCH] Allow to use DB tables prefix --- .env.example | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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