mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-10-01 01:36:00 -04:00
Allow to use DB tables prefix
This commit is contained in:
parent
1a8ae41263
commit
f8abad1e3b
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user