Updates to account, ui, etc
This commit is contained in:
4
.env
4
.env
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user