Update Airport admin page
This commit is contained in:
6
.env
6
.env
@@ -10,7 +10,7 @@ NGINX_INTERNAL_HOST=host.docker.internal
|
||||
|
||||
POSTGRES_HOST=localhost
|
||||
POSTGRES_USER=aviation
|
||||
POSTGRES_PASSWORD=CHANGEME
|
||||
POSTGRES_PASSWORD=changeme
|
||||
POSTGRES_NAME=aviation
|
||||
POSTGRES_PORT=5432
|
||||
|
||||
@@ -19,7 +19,7 @@ REDIS_PORT=6379
|
||||
|
||||
MINIO_HOST=localhost
|
||||
MINIO_ROOT_USER=aviation
|
||||
MINIO_ROOT_PASSWORD=CHANGEME
|
||||
MINIO_ROOT_PASSWORD=changeme
|
||||
MINIO_BUCKET=aviation
|
||||
MINIO_PROTOCOL=http
|
||||
MINIO_PORT=9000
|
||||
@@ -41,6 +41,6 @@ __VITE_ADDITIONAL_SERVER_ALLOWED_HOSTS:${NGINX_HOST}
|
||||
|
||||
ENVIRONMENT=development
|
||||
ADMIN_EMAIL=admin@example.com
|
||||
ADMIN_PASSWORD=CHANGEME
|
||||
ADMIN_PASSWORD=changeme
|
||||
|
||||
AVIATION_WEATHER_URL=https://aviationweather.gov/api/data
|
||||
|
||||
Reference in New Issue
Block a user