Skip to content

Commit

Permalink
added server address to env
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushrakesh committed Oct 17, 2024
1 parent cc51eb5 commit a738fa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.env
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
SYMMETRIC_KEY=a8005714b619fd6efb5481145b61b6da
DB_DRIVER=postgres
DB_SOURCE=postgres://postgres:6Wi9N3ucDgJK8tXT4gdq@go-bank.c7cia4imqgo7.ap-south-1.rds.amazonaws.com:5432/bank
DB_SOURCE=postgres://postgres:postgres@localhost:5432/bank
ACCESS_TOKEN_DURATION=15m
SERVER_ADDRESS=0.0.0.0:8080

0 comments on commit a738fa0

Please sign in to comment.