Updates to account, ui, etc

This commit is contained in:
2025-05-13 22:57:29 -04:00
parent a273d4134b
commit abfa6b534c
38 changed files with 781 additions and 215 deletions

4
.env
View File

@@ -11,7 +11,7 @@ NGINX_INTERNAL_HOST=host.docker.internal
POSTGRES_HOST=localhost
POSTGRES_USER=aviation
POSTGRES_PASSWORD=changeme
POSTGRES_NAME=aviation
POSTGRES_DB=aviation_db
POSTGRES_PORT=5432
REDIS_HOST=localhost
@@ -37,7 +37,7 @@ SSL_CERT_KEY_PATH=../ssl/localhost.key
VITE_API_URL=${NGINX_PROTOCOL}://${NGINX_HOST}:${NGINX_HTTP_PORT}/api
VITE_DEFAULT_LIMIT=200
__VITE_ADDITIONAL_SERVER_ALLOWED_HOSTS:${NGINX_HOST}
__VITE_ADDITIONAL_SERVER_ALLOWED_HOSTS=${NGINX_HOST}
ENVIRONMENT=development
ADMIN_EMAIL=admin@example.com