WIP: remove drizzle completly, add env variable for api URL

This commit is contained in:
Pablu23
2025-10-10 17:03:30 +02:00
parent 5270368cec
commit 79138f4b4c
10 changed files with 67 additions and 1900 deletions

View File

@@ -1,2 +1,2 @@
DATABASE_URL=local.db
PUBLIC_CLIENT_ID=ABCD
PUBLIC_API_BASE="http://hitstar.xyz/api/"
PUBLIC_API_WS_BASE="ws://hitstar.xyz/api/"