feat: establish AIOA identity and organization baseline

This commit is contained in:
selfrelease
2026-07-18 08:05:45 +08:00
commit bbb09ed56f
42 changed files with 2473 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
POSTGRES_DB=aioa
POSTGRES_USER=aioa
POSTGRES_PASSWORD=change-me
DB_URL=jdbc:postgresql://127.0.0.1:15432/aioa
DB_USER=aioa
DB_PASSWORD=change-me
OIDC_ISSUER_URI=http://localhost:8081/realms/aioa
KEYCLOAK_ADMIN=admin
KEYCLOAK_ADMIN_PASSWORD=change-me
MINIO_ROOT_USER=minioadmin
MINIO_ROOT_PASSWORD=change-me-now