# Example configuration for .env variables. # # To use on your development environment, # copy this file as .env and modify at your will. # The gem dotenv-rails will pick up your .env file # and expose the variables to rails. # # Your local .env file is added to .gitignore and # wont be uploaded to the repo. # Database setup DATABASE_USER=postgres DATABASE_NAME=timeoverflow_development # Rails settings RAILS_LOG_LEVEL=debug STORAGE_PROVIDER=amazon FORCE_SSL=true # Host part of the url for mail links: MAIL_LINK_HOST=localhost:3000 MAIL_LINK_PROTO=http # Email provider MAILER_SENDER=noreply@timeoverflow.org SMTP_PASSWORD=XXXXXXXX SMTP_DOMAIN=www.timeoverflow.org SMTP_USER_NAME=my_username@timeoverflow.org SMTP_ADDRESS=smtp.mailgun.org SMTP_PORT=587 # List of emails for superadmin users ADMINS="admin@timeoverflow.org" # AWS settings (if STORAGE_PROVIDER=amazon) AWS_ACCESS_KEY_ID=XXXXXXXX AWS_SECRET_ACCESS_KEY=XXXXXXXX AWS_BUCKET=timeoverflow_development AWS_REGION=us-east-1 # WTI API key WTI_PROJECT_API_KEY=XXXXXXXX