Delete .env-official

This commit is contained in:
JasonFraser 2025-08-14 00:03:40 -04:00
parent 3a4f557951
commit 90ac83e873
1 changed files with 0 additions and 14 deletions

View File

@ -1,14 +0,0 @@
# Official Atlas CMMS Environment Variables
POSTGRES_USER=atlasuser
POSTGRES_PWD=atlaspassword
PUBLIC_API_URL=http://localhost:8080
PUBLIC_FRONT_URL=http://localhost:3000
JWT_SECRET_KEY=your-very-secure-jwt-secret-key-here-change-in-production
MINIO_USER=minioadmin
MINIO_PASSWORD=minioadmin123
SPRING_PROFILES_ACTIVE=dev
ENABLE_EMAIL_NOTIFICATIONS=false
INVITATION_VIA_EMAIL=false
ENABLE_SSO=false
STORAGE_TYPE=minio
PUBLIC_MINIO_ENDPOINT=http://localhost:9000