Skip to content

Commit

Permalink
added basic auth conf in heroku.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sarveshpro committed Apr 20, 2020
1 parent 9907552 commit 778e81a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions heroku.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ setup:
- plan: heroku-postgresql
as: DATABASE

config:
N8N_BASIC_AUTH_ACTIVE: true
N8N_BASIC_AUTH_USER: user
N8N_BASIC_AUTH_PASSWORD: pass

build:
docker:
web: Dockerfile

0 comments on commit 778e81a

Please sign in to comment.