Skip to content

Commit

Permalink
fix(envexample):db host in api/.env.example
Browse files Browse the repository at this point in the history
  • Loading branch information
powerfooI committed Sep 13, 2024
1 parent 90c9183 commit b319a2d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions api/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -33,16 +33,15 @@ REDIS_DB=0
# Database configuration
DB_PASSWORD=difyai123456
DB_DATABASE=dify
DB_HOST=localhost

# For MySQL Database
# SQLALCHEMY_DATABASE_URI_SCHEME=mysql+pymysql
# DB_USERNAME=root
# DB_HOST=mysql-db
# DB_PORT=3306

# For PostgresQL (By default)
DB_USERNAME=postgres
DB_HOST=db
DB_PORT=5432

# Storage configuration
Expand Down

0 comments on commit b319a2d

Please sign in to comment.