This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # | |
| # Remember: | |
| # Ensure the appropriate gems are defined | |
| # in your Gemfile for each environment | |
| # gem 'sqlite3' | |
| # gem 'pg' | |
| # gem 'mysql2' | |
| # $ bundle | |
| # | |
| # ======================================= |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # ======================================= | |
| # = ACTIVE SECRETS = | |
| # ======================================= | |
| ADMIN_EMAIL: [email protected] | |
| ADMIN_PASSWORD: changeME123 | |
| ROLES: [master, admin, user] | |
| DEVISE_FROM_EMAIL: "Erics Rails <[email protected]>" | |
| DEVISE_SECRET_KEY: "change_me__run_rake_secret_at_terminal_and_paste_in_here" |