Skip to content

Commit 105eab5

Browse files
committed
add application.yml and example
1 parent 4a3b6d5 commit 105eab5

File tree

3 files changed

+21
-1
lines changed

3 files changed

+21
-1
lines changed

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616
/tmp
1717

1818
# Ignore application configuration
19-
/config/application.yml
19+
# /config/application.yml

config/application.example.yml

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
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+
OWNER_EMAIL: [email protected]

config/application.yml

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
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+
OWNER_EMAIL: [email protected]

0 commit comments

Comments
 (0)