Skip to content

Commit 18c4d4b

Browse files
committed
add dynamodb persistence
1 parent 07191e2 commit 18c4d4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/.env-dev

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ MACHINE_ID=1
22
PORT=3000
33
# Perhpas we should only use a domain name here instead of a full URL (with the port as it is error prone)
44
SHORTENED_BASE_URL=http://localhost:3000
5-
# For testing purposes
5+
# You can set this property to false for rapid testing. It will use in-memory storage rather than pulling Redis and DynamoDB
66
USE_PERSISTENT_STORAGE=false
77
REDIS_URL=redis://localhost:6379
88
# 10 minutes

0 commit comments

Comments
 (0)