chore: initial repo scaffolding

This commit is contained in:
root
2026-05-31 01:22:10 +10:00
commit 0ede9fead8
5 changed files with 57 additions and 0 deletions

5
.env.example Normal file
View File

@@ -0,0 +1,5 @@
DATABASE_URL=postgres://void:CHANGE_ME@192.168.X.X:5432/void
OWNER_TOKEN=CHANGE_ME_TO_LONG_RANDOM
PORT=3000
LOG_LEVEL=info
NODE_ENV=development