updated files
This commit is contained in:
@@ -1,11 +1,22 @@
|
||||
# General Settings
|
||||
TZ=America/New_York
|
||||
PUID=1000
|
||||
PGID=1000
|
||||
# TZ for container timezone
|
||||
TZ=America/New_York
|
||||
SMTP_HOST=smtp.zoho.com
|
||||
SMTP_FROM_NAME=miker@mcfetridge.us
|
||||
SMTP_AUTH_STRATEGY=TLS
|
||||
SMTP_FROM_EMAIL=miker@mcfetridge.us
|
||||
SMTP_USER=miker@mcfetridge.us
|
||||
SMTP_PASSWORD="!Sucyetat123"
|
||||
SMTP_PORT=465
|
||||
DATA_DIR=/opt/Docker-Deployments/Mealie
|
||||
MEALIE_PORT=9200
|
||||
MEMORY_LIMIT=1000M
|
||||
|
||||
# Mealie Application Settings
|
||||
ALLOW_SIGNUP=false
|
||||
MAX_WORKERS=1
|
||||
WEB_CONCURRENCY=1
|
||||
BASE_URL=https://mealie.mikemcfetridge.com
|
||||
|
||||
# SMTP Email Configuration
|
||||
SMTP_HOST=mail.mmcfetridge.net
|
||||
SMTP_PORT=465
|
||||
SMTP_FROM_NAME=miker@mmcfetridge.net
|
||||
SMTP_FROM_EMAIL=miker@mmcfetridge.net
|
||||
SMTP_USER=miker@mmcfetridge.net
|
||||
SMTP_PASSWORD=!Sucyetat123
|
||||
SMTP_AUTH_STRATEGY=SSL
|
||||
Reference in New Issue
Block a user