Metar overhaul, added footer, updated schemas
This commit is contained in:
14
.env
14
.env
@@ -38,7 +38,13 @@ SSL_CERT_KEY_PATH=../ssl/localhost.key
|
||||
SMTP_USERNAME=smtp-user
|
||||
SMTP_PASSWORD=smtp-password
|
||||
SMTP_FROM=noreply@example.com
|
||||
SMTP_SERVER=smtp.example.com
|
||||
SMTP_SERVER=localhost
|
||||
SMTP_PORT=1025
|
||||
#SMTP_USERNAME=smtp-user
|
||||
#SMTP_PASSWORD=smtp-password
|
||||
#SMTP_FROM=noreply@example.com
|
||||
#SMTP_SERVER=smtp.example.com
|
||||
#SMTP_PORT=587
|
||||
|
||||
VITE_API_URL=${EXTERNAL_URL}/api
|
||||
VITE_DEFAULT_LIMIT=200
|
||||
@@ -46,9 +52,13 @@ __VITE_ADDITIONAL_SERVER_ALLOWED_HOSTS=${NGINX_HOST}
|
||||
|
||||
ENVIRONMENT=development
|
||||
|
||||
ADMIN_USERNAME=admin
|
||||
ADMIN_EMAIL=admin@example.com
|
||||
ADMIN_PASSWORD=changeme
|
||||
|
||||
TEMPLATE_DIR=../templates
|
||||
|
||||
AVIATION_WEATHER_URL=https://aviationweather.gov/api/data
|
||||
MAILPIT_WEB_PORT=8025
|
||||
MAILPIT_SMTP_PORT=1025
|
||||
|
||||
AVIATION_WEATHER_URL=https://aviationweather.gov
|
||||
|
||||
Reference in New Issue
Block a user