mirror of
https://github.com/usetrmnl/inker.git
synced 2026-04-29 13:45:07 -07:00
v0.2.1
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user