initial commit
Some checks failed
CI / build (push) Failing after 10s

This commit is contained in:
2025-07-04 11:56:23 +08:00
commit bd83d65d7b
17 changed files with 3345 additions and 0 deletions

9
.env Normal file
View File

@@ -0,0 +1,9 @@
INTRASYS_HOST=0.0.0.0
INTRASYS_PORT=8080
PGUSER=postgres
PGHOST=127.0.0.1
PGPASSWORD=password
INTRASYS_LOG=trace
#Only use for tests
DATABASE_URL=postgres://postgres:password@localhost:5432