Migrate on supabase

This commit is contained in:
2026-07-17 22:08:20 +04:00
parent 68027f0524
commit 1069c93e6d
3 changed files with 22 additions and 22 deletions
+1 -1
View File
@@ -9,7 +9,7 @@
# postgres://x0gp:x0gp@localhost:5432/x0gp?sslmode=disable
# postgres://x0gp:x0gp@postgres:5432/x0gp?sslmode=disable (inside compose)
DATABASE_URL=postgres://x0gp:x0gp@localhost:5432/x0gp?sslmode=disable
DATABASE_URL=postgres://postgres:postgres@localhost:3402/postgres?sslmode=disable
# HTTP server.
X0GP_HTTP_ADDR=:8080