]>
BookStack Code Mirror - bookstack/commitdiff
projects
/
bookstack
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
1a8ae41
)
Allow to use DB tables prefix
author
floviolleau
<redacted>
Sun, 19 Sep 2021 12:32:35 +0000
(14:32 +0200)
committer
GitHub
<redacted>
Sun, 19 Sep 2021 12:32:35 +0000
(14:32 +0200)
.env.example
patch
|
blob
|
history
diff --git
a/.env.example
b/.env.example
index 05383f04abcce2f08d732f2b08719cb5b3775a76..33a5d8ab992dc222f3a0978b402215dec6c08368 100644
(file)
--- 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