From 6e5624ce89aee84805dce3c515e1398ddd6571cb Mon Sep 17 00:00:00 2001 From: Duncan Mac-Vicar P Date: Fri, 20 Oct 2017 20:19:48 +0200 Subject: [PATCH] fix missing defaults in production options --- config/options.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/options.yml b/config/options.yml index 6383181be..81756e3ca 100644 --- a/config/options.yml +++ b/config/options.yml @@ -14,10 +14,12 @@ testing: # only for production use #opensuse_cookie: stage: + <<: *defaults use_static: software.o.o-stage # only for production use #opensuse_cookie: production: + <<: *defaults relative_url_root: api_username: <%= ENV['API_USERNAME'] %> api_password: <%= ENV['API_PASSWORD'] %>