Skip to content

Commit 30904dd

Browse files
authored
Update sample.env
Signed-off-by: DavidLin <taweilin7689@gmail.com>
1 parent 3fbdacc commit 30904dd

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

sample.env

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
PORT=3000
22
DB_TYPE='sqlite'
3-
# MONGO_URL=mongodb://localhost:27017/eventstore
4-
# EVENTSTOREDB_URL=esdb://localhost:2113?tls=false
5-
# KAFKA_BROKER=localhost:9092
6-
# KAFKA_CLIENT_ID=event-store-client
73

8-
JWT_SECRET=default_secret
4+
EVENT_BUS_TYPE='memory'
5+
KAFKA_BROKER=localhost:9092
6+
REDIS_URL=''
7+
98
JWT_SECRET=your-secret-key
109

1110
DB_HOST='localhost'
1211
DB_PORT='5432'
1312
DB_USERNAME=''
1413
DB_PASSWORD=''
15-
DB_NAME=''
14+
DB_NAME=''

0 commit comments

Comments
 (0)