Files
timeoverflow/.env.example

42 lines
997 B
Plaintext
Raw Normal View History

# 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.
2023-04-02 21:11:35 +02:00
# Database setup
DATABASE_USER=postgres
DATABASE_NAME=timeoverflow_development
# Rails settings
RAILS_LOG_LEVEL=debug
STORAGE_PROVIDER=amazon
FORCE_SSL=true
2023-04-02 21:11:35 +02:00
# Host part of the url for mail links:
MAIL_LINK_HOST=localhost:3000
MAIL_LINK_PROTO=http
2023-04-02 21:11:35 +02:00
# Email provider
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
2016-04-30 20:03:13 +02:00
ADMINS="admin@timeoverflow.org"
2021-05-20 22:08:45 +02:00
# AWS settings (if STORAGE_PROVIDER=amazon)
2021-05-20 22:08:45 +02:00
AWS_ACCESS_KEY_ID=XXXXXXXX
AWS_SECRET_ACCESS_KEY=XXXXXXXX
AWS_BUCKET=timeoverflow_development
AWS_REGION=us-east-1
2025-07-03 21:41:31 +02:00
# WTI API key
WTI_PROJECT_API_KEY=XXXXXXXX