Skip to content

Commit

Permalink
fix: .env example
Browse files Browse the repository at this point in the history
  • Loading branch information
labasubagia committed Sep 17, 2023
1 parent 2970be7 commit 78d33ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ POSTGRES_SOURCE=postgres://postgres:postgres@0.0.0.0:5432/realworld?sslmode=disa
POSTGRES_MIGRATION_URL=file://internal/adapter/repository/sql/db/migration
MONGO_SOURCE=mongodb://root:root@0.0.0.0:27017/realworld?authSource=admin
LOG_TYPE=zerolog
DB_TYPE=postgres
SERVER_TYPE=restful
SERVER_PORT=5000
TOKEN_SYMMETRIC_KEY=12345678901234567890123456789012

0 comments on commit 78d33ad

Please sign in to comment.