Files
photoview/api/example.env
2020-01-30 15:10:01 +01:00

5 lines
117 B
Bash

# Copy this file to .env
POSTGRES_URL=postgres://username:password@localhost/database?sslmode=disable
API_PORT=4001