11 lines
508 B
Bash
Executable File
11 lines
508 B
Bash
Executable File
export SERVICE_API_ACCESS_HOST=0.0.0.0
|
|
export SERVICE_API_ACCESS_PORT=8004
|
|
export CONTAINER_APP_ROOT=/app
|
|
export LOG_BASE_PATH=$CONTAINER_APP_ROOT/log/$APP_NAME
|
|
export BACKEND_LOG_FILE_NAME=$APP_NAME
|
|
export APPLICATION_ACTIVITY_LOG=$APP_NAME-activity
|
|
export SENDGRID_API_KEY='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'
|
|
export EMAIL_FROM=freeleaps@freeleaps.com
|
|
export TWILIO_ACCOUNT_SID=ACf8c9283a6acda060258eadb29be58bc8
|
|
export TWILIO_AUTH_TOKEN=ef160748cc22c8b7195b49df4b8eca7e
|