mirror of
https://github.com/memohai/Memoh.git
synced 2026-04-25 07:00:48 +09:00
10 lines
149 B
Bash
10 lines
149 B
Bash
# Server
|
|
API_SERVER_PORT=7002
|
|
WEB_PORT=7003
|
|
|
|
API_BASE_URL=http://localhost:7002
|
|
WEB_URL=http://localhost:7003
|
|
|
|
# Database (PostgreSQL)
|
|
DATABASE_URL=
|