- Add Tenants module to Identity Gateway - Update Dashboard Auth context and components - Refactor token service and user/role controllers - Add Quadlet container definitions for dev environment
12 lines
391 B
Text
12 lines
391 B
Text
# Identity Gateway
|
|
VITE_IDENTITY_GATEWAY_URL=https://ig-dev.rede5.com.br
|
|
VITE_TENANT_ID=your-tenant-id-here
|
|
|
|
# Appwrite (legacy - can be removed)
|
|
VITE_APPWRITE_ENDPOINT=
|
|
VITE_APPWRITE_PROJECT_ID=
|
|
VITE_APPWRITE_DATABASE_ID=
|
|
VITE_APPWRITE_COLLECTION_SERVERS_ID=
|
|
VITE_APPWRITE_COLLECTION_GITHUB_REPOS_ID=
|
|
VITE_APPWRITE_COLLECTION_AUDIT_LOGS_ID=
|
|
VITE_APPWRITE_COLLECTION_CLOUDFLARE_ACCOUNTS_ID=
|