Commit 3e25cf7c by tady

fix settings.yml

parent d6ebc038
......@@ -24,10 +24,6 @@ html lang="ja"
window.RV = window.RV || {};
window.RV.AllTags = JSON.parse('#{raw Tag.all.pluck(:name).to_json}');
hr/
footer
.container
a href="https://github.com/tadyjp/rendezvous" Github
| \
a href="https://twitter.com/tady_jp" @tady_jp
= render partial: 'partials/app_footer'
= javascript_include_tag "application"
= yield :footer_js
footer
.container
p
a href="https://github.com/tadyjp/rendezvous" Github
|  
a href="https://twitter.com/tady_jp" @tady_jp
|  
a href="https://travis-ci.org/tadyjp/rendezvous"
img src="https://travis-ci.org/tadyjp/rendezvous.png"/
|  
a href="https://coveralls.io/r/tadyjp/rendezvous"
img src="https://coveralls.io/repos/tadyjp/rendezvous/badge.png"/
|  
a href="https://codeclimate.com/github/tadyjp/rendezvous"
img src="https://codeclimate.com/github/tadyjp/rendezvous.png"/
|  
a href="https://gemnasium.com/tadyjp/rendezvous"
img src="https://gemnasium.com/tadyjp/rendezvous.png"/
......@@ -3,6 +3,8 @@
# $ cp config/settings.yml.example config/settings.yml
defaults: &defaults
rendezvous:
app_host: "http://rendezvous.dev"
google_api:
client_id: "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx.apps.googleusercontent.com"
secret: "xxxxxxxxxxxxxxxxxxxxxxxxxxxx"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment