Commit ef1b26ec7d5e96421e1328c2b7e5fc18877bfdfd

Authored by George Vlahavas
1 parent f21c0308a0

Add AUTH_ENABLED variable

Showing 1 changed file with 2 additions and 0 deletions

hetzner_deploy.groovy View file @ ef1b26e
... ... @@ -58,6 +58,8 @@
58 58 MLTD_PORT = "5000"
59 59 OD_HOST = "od"
60 60 OD_PORT = "9091"
  61 +
  62 + AUTH_ENABLED = "false"
61 63 }
62 64  
63 65 stages {