1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-31 15:24:31 +03:00

Config: Updated DB host to handle ipv6

Can be set via the square bracket format.
For #5464
This commit is contained in:
Dan Brown
2025-03-15 20:32:57 +00:00
parent 94b1cffa2d
commit 4f5ad171ac
4 changed files with 44 additions and 14 deletions

View File

@ -56,6 +56,7 @@ APP_PROXIES=null
# Database details
# Host can contain a port (localhost:3306) or a separate DB_PORT option can be used.
# An ipv6 address can be used via the square bracket format ([::1]).
DB_HOST=localhost
DB_PORT=3306
DB_DATABASE=database_database