Database yml and Secret yml
Database yml File Configuration
Database yml File Configuration
file name: database.yml
production:
adapter: postgresql
encoding: unicode
database: sample_postgres_production
pool: 5
username: sample_postgres
password: password
host: localhost
port:
Secret yml File Configuration
Secret yml File Configuration
File name: secret.yml
staging:
secret_key_base: "key"
production:
secret_key_base: "key"