Skip to content

Commit

Permalink
add config/application.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielKehoe committed Feb 16, 2013
1 parent 956b2df commit be00a38
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,4 @@ pickle-email-*.html
**.swp

# Ignore application configuration
/config/application.yml
# /config/application.yml
4 changes: 2 additions & 2 deletions config/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ ADMIN_NAME: First User
ADMIN_EMAIL: user@example.com
ADMIN_PASSWORD: changeme
ROLES: [admin, silver, gold, platinum]
# STRIPE_API_KEY: Your_Stripe_API_key
# STRIPE_PUBLIC_KEY: Your_Stripe_Public_Key
STRIPE_API_KEY: Your_Stripe_API_key
STRIPE_PUBLIC_KEY: Your_Stripe_Public_Key

0 comments on commit be00a38

Please sign in to comment.