mirror of
https://github.com/blackboxprogramming/blackroad-apps.git
synced 2026-03-17 09:37:52 -05:00
Co-authored-by: blackboxprogramming <118287761+blackboxprogramming@users.noreply.github.com>
7 lines
125 B
Plaintext
7 lines
125 B
Plaintext
# Server
|
|
PORT=8000
|
|
APP_ENV=production
|
|
|
|
# CORS (comma-separated list of allowed origins)
|
|
CORS_ORIGINS=https://your-domain.com
|