Browse Source

add db_host variable to example env file (#2946)

Co-authored-by: Carolyn <carolyn.barker@softwire.com>
pull/2949/head
carolynbarker 2 weeks ago committed by GitHub
parent
commit
04e05354e3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      .env.example

1
.env.example

@ -1,5 +1,6 @@
DB_USERNAME=postgres-user
DB_PASSWORD=postgres-password
DB_HOST=localhost
GOVUK_NOTIFY_API_KEY=<notify-key-here-if-testing-emails-or-admin-users>
OTP_SECRET_ENCRYPTION_KEY="<Generate this using bundle exec rake secret>"

Loading…
Cancel
Save