diff --git a/heroku.yml b/heroku.yml index 5f5fbe9c..9857d6b9 100644 --- a/heroku.yml +++ b/heroku.yml @@ -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 \ No newline at end of file