Initial commit

This commit is contained in:
2024-12-27 22:54:05 +01:00
commit 024834d309
46 changed files with 14574 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
SESSION_SECRET=dev
CLIENT_ENDPOINT=http://localhost:3000
API_ENDPOINT=http://localhost:8765
API_PREFIX=/api
DISCORD_CLIENTID=
DISCORD_CLIENTSECRET=
PG_ENDPOINT=postgres://127.0.0.1:concept
PG_PASSWORD=postgres
PG_USER=test
DEV_MODE=true