Skip to content

Commit

Permalink
Add baseuri configuration example to snorby_config.yml.example
Browse files Browse the repository at this point in the history
  • Loading branch information
stamfest committed May 30, 2014
1 parent adc316e commit 19b57c1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions config/snorby_config.yml.example
Expand Up @@ -6,6 +6,9 @@
# USE THIS!
#
production:
# in case you want to run snorby under a suburi/suburl under eg. passenger:
baseuri: ''
# baseuri: '/snorby'
domain: 'demo.snorby.org'
wkhtmltopdf: /usr/local/bin/wkhtmltopdf
ssl: false
Expand All @@ -25,6 +28,7 @@ production:
# Only Use For Development
#
development:
baseuri: ''
domain: localhost:3000
wkhtmltopdf: /Users/mephux/.rvm/gems/ruby-1.9.2-p0/bin/wkhtmltopdf
ssl: false
Expand All @@ -46,6 +50,7 @@ development:
# Only Use For Testing
#
test:
baseuri: ''
domain: localhost:3000
wkhtmltopdf: /usr/local/bin/wkhtmltopdf
mailer_sender: 'snorby@snorby.org'
Expand Down

0 comments on commit 19b57c1

Please sign in to comment.