Update .env.sample

This commit is contained in:
HongJian
2024-03-18 16:16:30 +08:00
committed by GitHub
parent d2ab27c7aa
commit 0c4088c667

View File

@@ -4,7 +4,7 @@ BASE_URL="http://localhost:8000"
POSTGRESQL_HOST="localhost" POSTGRESQL_HOST="localhost"
POSTGRESQL_USER="postgres" POSTGRESQL_USER="postgres"
POSTGRESQL_PASSWORD="fake" POSTGRESQL_PASSWORD="fake"
POSTGRESQL_DBNAME="apollo" POSTGRESQL_DBNAME="bewcloud"
POSTGRESQL_PORT=5432 POSTGRESQL_PORT=5432
POSTGRESQL_CAFILE="" POSTGRESQL_CAFILE=""