Skip to content

Commit

Permalink
checkin options.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dmacvicar committed Oct 20, 2017
1 parent aff7ba9 commit 0a3e356
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 20 deletions.
25 changes: 25 additions & 0 deletions config/options.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
defaults: &defaults
api_host: https://api.opensuse.org
api_username: test
api_password: test
relative_url_root:

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

testing:
<<: *defaults
# only for production use
#opensuse_cookie:
stage:
use_static: software.o.o-stage
# only for production use
#opensuse_cookie:
production:
relative_url_root:
api_username: <%= ENV['API_USERNAME'] %>
api_password: <%= ENV['API_PASSWORD'] %>
use_static: software.o.o
#opensuse_cookie:
20 changes: 0 additions & 20 deletions config/options.yml.example

This file was deleted.

0 comments on commit 0a3e356

Please sign in to comment.