docs: Add dashboard and database access credentials
This commit is contained in:
19
SETUP.md
19
SETUP.md
@@ -85,10 +85,21 @@
|
|||||||
|
|
||||||
### Dashboard Access
|
### Dashboard Access
|
||||||
|
|
||||||
If Supabase Studio is exposed on Coolify:
|
**Supabase Studio:**
|
||||||
- URL: Check Coolify service configuration
|
- URL: `https://supabasekong-ewo8wssk4gs8cgg0c8kosk40.jeanlucmakiola.de` (check Coolify for Studio port/subdomain)
|
||||||
- Username: From `SERVICE_USER_ADMIN` in Coolify
|
- Username: `wJZbjs3Yd5P63cs9`
|
||||||
- Password: From `SERVICE_PASSWORD_ADMIN` in Coolify
|
- Password: `Qv3byDujNzYe8r7YRxhNwh3DPTvZBWtN`
|
||||||
|
|
||||||
|
**Direct PostgreSQL Access** (for migrations/debugging):
|
||||||
|
- Host: `supabase-db` (or Coolify service FQDN)
|
||||||
|
- Database: `postgres`
|
||||||
|
- User: `postgres`
|
||||||
|
- Password: `55P0NVRUltRqzZYksuXTFli5iXwbQvgu`
|
||||||
|
- Port: `5432`
|
||||||
|
|
||||||
|
**MinIO (Storage):**
|
||||||
|
- Admin User: `EaTXrXvjo1R4hsaI`
|
||||||
|
- Admin Password: `gCZOphxAExNC17GYFwtw60WzTU0P8HW8`
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user