1
Fork 0
photoview/api/example.env

6 lines
115 B
Bash

# Copy this file to .env
MYSQL_URL=user:password@/dbname
API_ENDPOINT=http://localhost:4001/
API_LISTEN_PORT=4001