# sets up appropriate hostname for the Nginx server
INJECT_DOMAIN=inject.localhost

# Secret key for cryptographic signing
INJECT_SECRET_KEY=your-at-least-fifty-or-more-characters-long-secret-key

# host parametres that should be setup for client and server to interact correctly,
# do not touch unless you know what you are doing
INJECT_HOST_ADDRESSES=inject.localhost
CORS_ALLOWED_ORIGINS=http://inject.localhost

# enable logging to a specific file
INJECT_LOGS=/backend/data/text.log

# enable debug mode for the backend
INJECT_DEBUG=true