Skip to content

Edited documentation and removed SMTP configs from env #66

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 0 additions & 12 deletions .env.template
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,6 @@ RESTFUL_HOST=tango
RESTFUL_PORT=3000
RESTFUL_KEY=<SECRET_TANGO_KEY_REPLACE_ME>

# SMTP SETTINGS
SMTP_SETTINGS_ADDRESS=smtp.example.com
SMTP_SETTINGS_PORT=25
SMTP_SETTINGS_ENABLE_STARTTLS_AUTO=true
SMTP_SETTINGS_AUTHENTICATION=login
SMTP_SETTINGS_USER_NAME=example
SMTP_SETTINGS_PASSWORD=example
SMTP_SETTINGS_DOMAIN=example.com
[email protected]
HOST_PROTOCOL=http
HOST_DOMAIN=example.com

# MYSQL
MYSQL_DATABASE=autolab_development
MYSQL_ROOT_PASSWORD=root
Expand Down
10 changes: 0 additions & 10 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,16 +71,6 @@ services:
- RESTFUL_HOST
- RESTFUL_PORT
- RESTFUL_KEY
- SMTP_SETTINGS_ADDRESS
- SMTP_SETTINGS_PORT
- SMTP_SETTINGS_ENABLE_STARTTLS_AUTO
- SMTP_SETTINGS_AUTHENTICATION
- SMTP_SETTINGS_USER_NAME
- SMTP_SETTINGS_PASSWORD
- SMTP_SETTINGS_DOMAIN
- SMTP_DEFAULT_FROM
- HOST_PROTOCOL
- HOST_DOMAIN
- GITHUB_CLIENT_ID
- GITHUB_CLIENT_SECRET
- SECRET_KEY_BASE
Expand Down