Skip to content

cyrusstoller/hbs-cupid

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
app
 
 
bin
 
 
 
 
db
 
 
lib
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Cupid Build Status

Getting your development environment setup

You will need to create a .env file in the Cupid directory. You should have the following variables defined.

SECRET_TOKEN=*SOME HEX STRING*
DEVISE_SECRET_KEY=*A DIFFERENT HEX STRING*

SMTP_DEV_EMAIL=a@example.com # Only necessary for development - where all emails will be delivered
SMTP_ADDRESS=smtp.mandrillapp.com
SMTP_DOMAIN=gmail.com
SMTP_USERNAME=cyrus.stoller@gmail.com
SMTP_PASSWORD=*any valid mandrill api key*

API Keys