
All checks were successful
Publish Docker Image / Publish Docker Image (push) Successful in 1m12s
31 lines
691 B
Plaintext
31 lines
691 B
Plaintext
# DATABASE_URL=file:./dev.db
|
|
# TEST_DATABASE_URL=file:./.redwood/test.db
|
|
# PRISMA_HIDE_UPDATE_MESSAGE=true
|
|
# LOG_LEVEL=trace
|
|
|
|
FIRST_NAME=firstname
|
|
LAST_NAME=lastname
|
|
|
|
COUNTRY=US
|
|
|
|
SMTP_HOST=smtp.example.com
|
|
SMTP_PORT=465
|
|
SMTP_SECURE=true
|
|
SMTP_USER=noreply@example.com
|
|
EMAIL_FROM=noreply@example.com
|
|
EMAIL_TO=email@example.com
|
|
SMTP_PASSWORD=password
|
|
|
|
DOMAIN=example.com
|
|
API_DOMAIN=api.example.com
|
|
|
|
# Must not end with "/"
|
|
ADDRESS_PROD=https://portfolio.example.com
|
|
ADDRESS_DEV=http://localhost:8910
|
|
API_ADDRESS_PROD=https://api-portfolio.example.com
|
|
API_ADDRESS_DEV=http://localhost:8911
|
|
|
|
MAX_HTTP_CONNECTIONS_PER_MINUTE=60
|
|
|
|
DATABASE_URL=postgresql://user:password@localhost:5432/rw_portfolio
|