mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-01-31 10:09:08 +01:00
added justask.yml for configuration
This commit is contained in:
parent
f935500586
commit
164d3ac642
3 changed files with 4 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -7,6 +7,7 @@
|
||||||
/tmp
|
/tmp
|
||||||
|
|
||||||
/config/database.yml
|
/config/database.yml
|
||||||
|
/config/justask.yml
|
||||||
.sass-cache/
|
.sass-cache/
|
||||||
coverage/
|
coverage/
|
||||||
*.swp
|
*.swp
|
||||||
|
|
2
config/initializers/10_config.rb
Normal file
2
config/initializers/10_config.rb
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
APP_CONFIG = YAML.load_file(Rails.root.join('config', 'justask.yml'))
|
||||||
|
|
1
config/justask.yml.example
Normal file
1
config/justask.yml.example
Normal file
|
@ -0,0 +1 @@
|
||||||
|
site_name: "justask"
|
Loading…
Reference in a new issue