Files
inker/.env.example
2026-03-10 20:04:45 +00:00

16 lines
315 B
Bash

# Inker Configuration
# Copy this file to .env and modify as needed:
# cp .env.example .env
# Admin PIN for login (change this!)
ADMIN_PIN="1111"
# Database password (change for production!)
POSTGRES_PASSWORD=inker_password
# Timezone for clock/date widgets
TZ=UTC
# Frontend port (default: 80)
INKER_PORT=80