feat(config): add auth endpoint to dockerfile

This commit is contained in:
YuehuCao 2025-09-12 17:02:17 +08:00
parent 6ecee2837e
commit 3a6e0e1ca1

View File

@ -20,6 +20,9 @@ ENV SENDGRID_API_KEY=SG.OrxsRI0IRaOxkd7xTfb8SA.J8CfOXsJy3vrJgTubbLmZOR6ii7z7m7C9
ENV TWILIO_ACCOUNT_SID=ACf8c9283a6acda060258eadb29be58bc8
ENV TWILIO_AUTH_TOKEN=120165c0550111ddfd58efc97dafc2fe
# Freeleaps Auth Config
ENV AUTH_SERVICE_ENDPOINT=""
#log_settings
ENV LOG_BASE_PATH=$CONTAINER_APP_ROOT/log/$APP_NAME
ENV BACKEND_LOG_FILE_NAME=$APP_NAME