Working on email templating, updating with swagger
This commit is contained in:
14
.env
14
.env
@@ -2,11 +2,11 @@ RUST_LOG=warn,api=info
|
||||
|
||||
NGINX_HOST=localhost
|
||||
NGINX_SSL_ENABLED=false
|
||||
NGINX_PROTOCOL=http
|
||||
NGINX_HTTP_PORT=8080
|
||||
NGINX_HTTPS_PORT=8443
|
||||
# Set to 'localhost' or 'host.docker.internal' or '172.17.0.1'
|
||||
NGINX_INTERNAL_HOST=host.docker.internal
|
||||
EXTERNAL_URL=http://localhost:8080
|
||||
|
||||
POSTGRES_HOST=localhost
|
||||
POSTGRES_USER=aviation
|
||||
@@ -24,7 +24,7 @@ MINIO_BUCKET=aviation
|
||||
MINIO_PROTOCOL=http
|
||||
MINIO_PORT=9000
|
||||
MINIO_INTERNAL_PORT=9001
|
||||
MINIO_BROWSER_REDIRECT_URL=${NGINX_PROTOCOL}://${NGINX_HOST}:${NGINX_HTTP_PORT}/minio/
|
||||
MINIO_BROWSER_REDIRECT_URL=${EXTERNAL_URL}/minio/
|
||||
|
||||
UI_PORT=3000
|
||||
API_PORT=5000
|
||||
@@ -35,11 +35,19 @@ SSL_CA_PATH=../ssl/${SSL_CA_NAME}.pem
|
||||
SSL_CERT_PATH=../ssl/localhost.crt
|
||||
SSL_CERT_KEY_PATH=../ssl/localhost.key
|
||||
|
||||
VITE_API_URL=${NGINX_PROTOCOL}://${NGINX_HOST}:${NGINX_HTTP_PORT}/api
|
||||
SMTP_USERNAME=smtp-user
|
||||
SMTP_PASSWORD=smtp-password
|
||||
SMTP_FROM=noreply@example.com
|
||||
SMTP_SERVER=smtp.example.com
|
||||
|
||||
VITE_API_URL=${EXTERNAL_URL}/api
|
||||
VITE_DEFAULT_LIMIT=200
|
||||
__VITE_ADDITIONAL_SERVER_ALLOWED_HOSTS=${NGINX_HOST}
|
||||
|
||||
ENVIRONMENT=development
|
||||
API_CONTACT_NAME=changeme
|
||||
API_CONTACT_EMAIL=contact@example.com
|
||||
|
||||
ADMIN_EMAIL=admin@example.com
|
||||
ADMIN_PASSWORD=changeme
|
||||
|
||||
|
||||
Reference in New Issue
Block a user