Update example .env

This commit is contained in:
Louis Knight-Webb
2025-06-17 09:35:58 -04:00
parent c94d80620e
commit 245f271f78
2 changed files with 4 additions and 6 deletions

View File

@@ -1,6 +0,0 @@
# Database Configuration
DATABASE_URL=postgresql://username:password@localhost:5432/mission_control
# Optional: Override default server settings
# SERVER_HOST=0.0.0.0
# SERVER_PORT=3001

4
backend/.env.example Normal file
View File

@@ -0,0 +1,4 @@
SSH_ENCRYPTION_KEY="bloop_ssh_key_32_characters_long"
DATABASE_URL=postgresql://user:password@localhost:5432/mission-control
ADMIN_PASSWORD=SOME_DEFAULT_PASSWORD
JWT_SECRET="somesecret"