added fb_config to gitignore
This commit is contained in:
parent
05968db7be
commit
82455981b8
2 changed files with 5 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -19,3 +19,4 @@ bin/*
|
|||
nbproject
|
||||
config/initializers/secret_token.rb
|
||||
public/source.tar
|
||||
config/fb_config.yml
|
||||
|
|
|
|||
4
config/fb_config.yml.example
Normal file
4
config/fb_config.yml.example
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
fb_api_key: {key}
|
||||
fb_secret: {secret}
|
||||
fb_app_id: {app_id}
|
||||
host: http://localhost:3000/
|
||||
Loading…
Reference in a new issue