mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-11-25 17:57:28 +08:00
Allow to use DB tables prefix
This commit is contained in:
parent
f8abad1e3b
commit
dbfa2d58ed
|
@ -47,6 +47,7 @@ APP_THEME=false
|
||||||
DB_HOST=localhost
|
DB_HOST=localhost
|
||||||
DB_PORT=3306
|
DB_PORT=3306
|
||||||
DB_DATABASE=database_database
|
DB_DATABASE=database_database
|
||||||
|
DB_TABLE_PREFIX=
|
||||||
DB_USERNAME=database_username
|
DB_USERNAME=database_username
|
||||||
DB_PASSWORD=database_user_password
|
DB_PASSWORD=database_user_password
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user