mirror of
https://github.com/usetrmnl/inker.git
synced 2026-04-29 13:45:07 -07:00
16 lines
315 B
Bash
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
|