This commit is contained in:
Louis Knight-Webb
2025-06-17 15:22:47 -04:00
parent b93af85ec3
commit 6249bab31a
67 changed files with 970 additions and 1445 deletions

View File

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