Allow to use DB tables prefix

This commit is contained in:
floviolleau 2021-09-19 14:33:54 +02:00 committed by GitHub
parent f8abad1e3b
commit dbfa2d58ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -47,6 +47,7 @@ APP_THEME=false
DB_HOST=localhost
DB_PORT=3306
DB_DATABASE=database_database
DB_TABLE_PREFIX=
DB_USERNAME=database_username
DB_PASSWORD=database_user_password