url-shortener/.env

6 lines
114 B
Bash

APP_ADDRESS = "localhost"
APP_PORT = "3000"
REDIS_ADDRESS="localhost"
REDIS_PORT="6379"
REDIS_PASSWORD = "110502"