7 lines
196 B
Plaintext
7 lines
196 B
Plaintext
|
|
# Pastel API Configuration
|
||
|
|
# URL of the Pastel API instance
|
||
|
|
NEXT_PUBLIC_API_URL=http://localhost:3000
|
||
|
|
|
||
|
|
# Application URL (used for sharing and OG images)
|
||
|
|
NEXT_PUBLIC_APP_URL=http://localhost:3000
|