14 lines
450 B
Plaintext
14 lines
450 B
Plaintext
# Add account credentials and API keys here.
|
|
# This file should be listed in .gitignore to keep your settings secret!
|
|
# Each entry sets a local environment variable.
|
|
# For example, setting:
|
|
# GMAIL_USERNAME=Your_Gmail_Username
|
|
# makes 'Your_Gmail_Username' available as ENV["GMAIL_USERNAME"]
|
|
|
|
GMAIL_USERNAME=Your_Username
|
|
GMAIL_PASSWORD=Your_Password
|
|
DOMAIN_NAME=example.com
|
|
ADMIN_NAME=First User
|
|
ADMIN_EMAIL=user@example.com
|
|
ADMIN_PASSWORD=changeme
|