Skip to content
Merged
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
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,10 +110,7 @@ GOOGLE_CLIENT_SECRET | OAuth client secret for Google *required*
FACEBOOK_CLIENT_ID | OAuth client ID for Facebook *required*
FACEBOOK_CLIENT_SECRET | OAuth client secret for Facebook *required*
EMAIL_FROM | The `From` header for sent emails (default: `HackGT Team <hello@hackgt.com>`)
EMAIL_HOST | The SMTP email server's hostname (default: *none*)
EMAIL_PORT | The SMTP email server's port (default: `465`)
EMAIL_USERNAME | The username for the SMTP email server (default: *none*)
EMAIL_PASSWORD | The password for the SMTP email server (default: *none*)
EMAIL_KEY | The SendGrid API key for sending emails (default: *none*)
ADMIN_EMAILS | A JSON array of the emails of the users that you want promoted to admin status when they create their account (default: none)
EVENT_NAME | The current event's name which affects rendered templates and sent emails (default: `Untitled Event`)
STORAGE_ENGINE | The name of the storage engine that handles file uploads as defined in [storage.ts](server/storage.ts) (default: `disk`)
Expand Down
5 changes: 1 addition & 4 deletions deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ health:
secrets:
- ADMIN_KEY_SECRET
- SESSION_SECRET
- EMAIL_USERNAME
- EMAIL_PASSWORD
- EMAIL_KEY
- GOOGLE_CLIENT_ID
- GOOGLE_CLIENT_SECRET
- GITHUB_CLIENT_ID
Expand All @@ -24,8 +23,6 @@ env:
STORAGE_ENGINE: s3
COOKIE_SECURE_ONLY: true
EMAIL_FROM: "HackGT Team <hello@hackgt.com>"
EMAIL_HOST: smtp.sendgrid.net
EMAIL_PORT: 465
PRODUCTION: true
ADMIN_EMAILS:
- petschekr@gmail.com
Expand Down
Loading