Skip to content

Commit

Permalink
options.yml: Remove useless comments and whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
dmacvicar committed Feb 4, 2018
1 parent 3a2abd3 commit 2e6171a
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions config/options.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,17 @@ defaults: &defaults
api_host: https://api.opensuse.org
api_username: test
api_password: test
relative_url_root:

relative_url_root:
development:
<<: *defaults
api_username: wiki_hermes
api_password: w_h_p1

test:
<<: *defaults
# only for production use
#opensuse_cookie:
production:
<<: *defaults
relative_url_root:
relative_url_root:
api_username: <%= ENV['API_USERNAME'] %>
api_password: <%= ENV['API_PASSWORD'] %>
use_static: software.o.o
opensuse_cookie: <%= ENV['OPENSUSE_COOKIE'] %>
opensuse_cookie: <%= ENV['OPENSUSE_COOKIE'] %>

0 comments on commit 2e6171a

Please sign in to comment.