Update .env.sample

This commit is contained in:
HongJian 2024-03-18 16:16:30 +08:00 committed by GitHub
parent d2ab27c7aa
commit 0c4088c667
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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