initial commit
All checks were successful
CI / build (push) Successful in 1m21s

This commit is contained in:
2025-07-04 11:56:23 +08:00
commit d46720ea5f
17 changed files with 3322 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