Initial commit with Postgres DB setup

This commit is contained in:
Yedhu Krishnan
2015-10-16 17:34:54 +05:30
commit c3c42c4e49
51 changed files with 976 additions and 0 deletions

22
config/secrets.yml Normal file
View File

@@ -0,0 +1,22 @@
# Be sure to restart your server when you modify this file.
# Your secret key is used for verifying the integrity of signed cookies.
# If you change this key, all old signed cookies will become invalid!
# Make sure the secret is at least 30 characters and all random,
# no regular words or you'll be exposed to dictionary attacks.
# You can use `rake secret` to generate a secure secret key.
# Make sure the secrets in this file are kept private
# if you're sharing your code publicly.
development:
secret_key_base: 9ca99012ebaf2a54551c19542d7fd4fc4c6998b1e554cb7e56e11ffca4508daa26610bd8abe2a241959215675a8941cde7685a7f26183495044b17822a8be175
test:
secret_key_base: efbd88d057cbc50df7c5dba81797b798e295fc33ec6a237949fdbfdbe318ac935de12ec87cc311a1eabfb8cae20c5858e87fbf39d0cd630b6318dd5eccffa6f6
# Do not keep production secrets in the repository,
# instead read values from the environment.
production:
secret_key_base: <%= ENV["SECRET_KEY_BASE"] %>