This commit is contained in:
2026-04-05 14:41:45 +08:00
parent a40a23ea63
commit 35cd4ade8f
7 changed files with 224 additions and 225 deletions

View File

@@ -1,8 +1,5 @@
POSTGRES_HOST=localhost
POSTGRES_PORT=5432
POSTGRES_USER=postgres
POSTGRES_PASSWORD=
POSTGRES_DB=postgres
DATABASE_URL=postgresql://postgres:password@localhost:5432/postgres
KEVISUAL_ENV=development
REDIS_HOST=localhost
REDIS_PORT=6379