Initial Commit

Co-authored-by: Subin <subinthattaparambil@gmail.com>
Co-authored-by: Manoj <manojmj92@gmail.com>
Co-authored-by: Nithin <webofnithin@gmail.com>
This commit is contained in:
Pranav Raj Sreepuram
2019-08-14 15:18:44 +05:30
commit 2a34255e0b
537 changed files with 27318 additions and 0 deletions

35
config/application.yml Normal file
View File

@@ -0,0 +1,35 @@
#pusher
pusher_app_id: ''
pusher_key: ''
pusher_secret: ''
pusher_cluster: ''
#fb app
fb_verify_token: ''
fb_app_secret: ''
fb_app_id: ''
#ses
ses_address:
ses_username:
ses_password:
#misc
frontend_url: ''
#s3
S3_BUCKET_NAME: ''
AWS_ACCESS_KEY_ID:
AWS_SECRET_ACCESS_KEY:
AWS_REGION: ''
#chargebee
CHARGEBEE_API_KEY: ''
CHARGEBEE_SITE: ''
#sentry
SENTRY_DSN: ''