post c10 cleanup

This commit is contained in:
2024-08-05 01:36:10 -07:00
parent b3b188f370
commit 5168e6cd73
5 changed files with 38 additions and 24 deletions

View File

@ -12,7 +12,7 @@ COPY requirements.txt /code
RUN target=/root/.cache/pip \
pip3 install --root-user-action=ignore -q -r requirements.txt
# Need to make this explicit as part of expansion, no migrations or venv
# Dockerignore has this skip migrations, venv, sqlite db
COPY . .
ENV FLASK_APP microblog.py

View File

@ -9,7 +9,6 @@ class Config:
SQLALCHEMY_DATABASE_URI = 'mariadb+mariadbconnector://flasku:' + os.environ.get('DOTENV_MYSQL_PASSWORD') + '@db:3306/flask'
MAIL_SERVER = 'pmb'
#MAIL_SERVER = ''
MAIL_PORT = 25
MAIL_USE_TLS = False
MAIL_USERNAME = ''