url-shortener/.env

6 lines
114 B
Bash
Raw Permalink Normal View History

2024-09-23 10:27:21 -07:00
APP_ADDRESS = "localhost"
APP_PORT = "3000"
REDIS_ADDRESS="localhost"
REDIS_PORT="6379"
REDIS_PASSWORD = "110502"