]> BookStack Code Mirror - bookstack/commitdiff
Merge branch 'floviolleau-db-prefixes' of https://github.com/floviolleau/BookStack...
authorDan Brown <redacted>
Wed, 29 Sep 2021 17:13:38 +0000 (18:13 +0100)
committerDan Brown <redacted>
Wed, 29 Sep 2021 17:13:38 +0000 (18:13 +0100)
1  2 
.env.example.complete

diff --combined .env.example.complete
index 5eb65c27f09f346fa806d48253ab3e2a26c87337,970ec16d95e0cd01e7efcb673a1bda208398e25a..e28fedad9c58246ad2bc5cfc479ce780291bd707
@@@ -42,19 -42,12 +42,20 @@@ APP_TIMEZONE=UT
  # overrides can be made. Defaults to disabled.
  APP_THEME=false
  
 +# Trusted Proxies
 +# Used to indicate trust of systems that proxy to the application so
 +# certain header values (Such as "X-Forwarded-For") can be used from the
 +# incoming proxy request to provide origin detail.
 +# Set to an IP address, or multiple comma seperated IP addresses.
 +# Can alternatively be set to "*" to trust all proxy addresses.
 +APP_PROXIES=null
 +
  # Database details
  # Host can contain a port (localhost:3306) or a separate DB_PORT option can be used.
  DB_HOST=localhost
  DB_PORT=3306
  DB_DATABASE=database_database
+ DB_TABLE_PREFIX=
  DB_USERNAME=database_username
  DB_PASSWORD=database_user_password