Skip to content
forked from jay-snee/nope

A web application to generate email identites for use when siging up for new services online.

Notifications You must be signed in to change notification settings

JakeCowton/nope

 
 

Repository files navigation

README

Test Suite

Dependencies

  • Ruby 2.6.5
  • Postgresql
  • Redis

Environment Variables

In order to set environment variables on a locally running instance (assuming you have all the required gems installed) add the environment variables to the .env file and place it in the root folder. Required environment variables are:

ActiveStorage configuration

config/storage.yml -

amazon:
  service: S3
  access_key_id: <%= ENV['S3_ACCESS_KEY_ID'] %>
  secret_access_key: <%= ENV['S3_SECRET_ACCESS_ID'] %>
  region: <%= ENV['ACTIVE_STORAGE_REGION'] %>
  bucket: <%= ENV['ACTIVE_STORAGE_BUCKET'] %>

Test Suite

To run: bundle exec rspec -f d

https://relishapp.com/rspec/ https://github.com/rspec/rspec-rails https://github.com/thoughtbot/factory_bot_rails https://github.com/thoughtbot/climate_control


Legacy:

  • APP_DOMAIN

  • DATABASE_URL

  • DISABLE_DATABASE_ENVIRONMENT_CHECK

  • HOSTNAME

  • REDIS_URL

  • S3_ACCESS_KEY_ID

  • S3_SECRET_ACCESS_KEY

  • SENDGRID_DOMAIN

  • SENDGRID_PASSWORD

  • SENDGRID_USERNAME

  • SEND_EMAIL_DOMAIN

  • SLACK_WEBHOOK_URL

  • STRIPE_BETA_PLAN

  • STRIPE_PUBLISHABLE_KEY

  • STRIPE_SECRET_KEY

  • SUBSCRIPTION_MAX_PROFILE_COUNT

  • SUBSCRIPTION_MIN_PROFILE_COUNT

  • AWS_ACCESS_KEY_ID=xxxx

  • AWS_SECRET_ACCESS_KEY=xxxx

  • FOG_DIRECTORY=xxxx

  • FOG_PROVIDER=AWS

  • FOG_REGION=eu-west-1

  • ASSET_SYNC_GZIP_COMPRESSION=true

  • ASSET_SYNC_MANIFEST=true

  • REFERRER_REWARD=3

About

A web application to generate email identites for use when siging up for new services online.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 63.6%
  • CSS 31.9%
  • Ruby 2.6%
  • HTML 1.8%
  • CoffeeScript 0.1%