28 lines
		
	
	
	
		
			852 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			28 lines
		
	
	
	
		
			852 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| export DEVISE_SECRET_KEY='-- secret string --' #bundle exec rake secret
 | |
| export SECRET_TOKEN='-- secret string --' #bundle exec rake secret
 | |
| export STRIPE_API_KEY='REPLACE' # use your test private key from your stripe account
 | |
| export STRIPE_API_PUBLIC='REPLACE' # use your test public key from your stripe account
 | |
| 
 | |
| ### optional below
 | |
| export ORG_NAME="default_organization"
 | |
| 
 | |
| export GOOGLE_API_KEY='REPLACE'
 | |
| export TWITTER_API_SECRET='REPLACE'
 | |
| export FACEBOOK_API_SECRET='REPLACE'
 | |
| 
 | |
| export MAILCHIMP_API_KEY='REPLACE'
 | |
| export FULL_CONTACT_KEY='REPLACE'
 | |
| 
 | |
| export LOG_TO_FILES=true
 | |
| 
 | |
| export MAILCHIMP_OAUTH_CLIENT_ID='REPLACE'
 | |
| export MAILCHIMP_OAUTH_CLIENT_SECRET='REPLACE'
 | |
| export MAILCHIMP_REDIRECT_URL='REPLACE'
 | |
| export FACEBOOK_APP_ID="REPLACE"
 | |
| 
 | |
| 
 | |
| export CYPHER_KEY="-- secret string --" # used for mailchimp integration
 | |
| 
 | |
| 
 | |
| 
 | |
| export CIVIC_CRM_RABBITMQ_PASSWORD=""
 | 
