File tree 3 files changed +21
-1
lines changed
3 files changed +21
-1
lines changed Original file line number Diff line number Diff line change 16
16
/tmp
17
17
18
18
# Ignore application configuration
19
- /config /application.yml
19
+ # /config/application.yml
Original file line number Diff line number Diff line change
1
+ # Add account credentials and API keys here.
2
+ # See http://railsapps.github.io/rails-environment-variables.html
3
+ # This file should be listed in .gitignore to keep your settings secret!
4
+ # Each entry sets a local environment variable and overrides ENV variables in the Unix shell.
5
+ GMAIL_USERNAME : Your_Username
6
+ GMAIL_PASSWORD : Your_Password
7
+ MAILCHIMP_API_KEY : Your_MailChimp_API_Key
8
+ MAILCHIMP_LIST_ID : Your_List_ID
9
+ DOMAIN_NAME : example.com
10
+
Original file line number Diff line number Diff line change
1
+ # Add account credentials and API keys here.
2
+ # See http://railsapps.github.io/rails-environment-variables.html
3
+ # This file should be listed in .gitignore to keep your settings secret!
4
+ # Each entry sets a local environment variable and overrides ENV variables in the Unix shell.
5
+ GMAIL_USERNAME : Your_Username
6
+ GMAIL_PASSWORD : Your_Password
7
+ MAILCHIMP_API_KEY : Your_MailChimp_API_Key
8
+ MAILCHIMP_LIST_ID : Your_List_ID
9
+ DOMAIN_NAME : example.com
10
+
You can’t perform that action at this time.
0 commit comments