Skip to content

Commit

Permalink
fix missing defaults in production options
Browse files Browse the repository at this point in the history
  • Loading branch information
dmacvicar committed Oct 20, 2017
1 parent 44069a8 commit 6e5624c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/options.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'] %>
Expand Down

0 comments on commit 6e5624c

Please sign in to comment.