11 lines
258 B
Plaintext
11 lines
258 B
Plaintext
# Penpot authentication
|
|
PENPOT_USERNAME=your_penpot_username_here
|
|
PENPOT_PASSWORD=your_penpot_password_here
|
|
|
|
# Server configuration
|
|
PORT=5000
|
|
DEBUG=true
|
|
|
|
# Penpot API base URL (change if using self-hosted Penpot)
|
|
PENPOT_API_URL=https://design.penpot.app/api
|