mirror of
https://github.com/memohai/Memoh.git
synced 2026-04-27 07:16:19 +09:00
12 lines
219 B
Bash
12 lines
219 B
Bash
# Server
|
|
API_SERVER_PORT=7002
|
|
DEVICE_API_SERVER_PORT=7001
|
|
WEB_PORT=7003
|
|
|
|
API_BASE_URL=http://localhost:7002
|
|
DEVICE_API_BASE_URL=http://localhost:7001
|
|
WEB_URL=http://localhost:7003
|
|
|
|
# Database (PostgreSQL)
|
|
DATABASE_URL=
|