mirror of
https://git.vectorsigma.ru/public/photoview.git
synced 2026-08-04 21:49:03 +00:00
6 lines
129 B
Bash
6 lines
129 B
Bash
# Copy this file to .env
|
|
|
|
MYSQL_URL=user:password@tcp(localhost)/dbname
|
|
|
|
API_ENDPOINT=http://localhost:4001/
|
|
API_LISTEN_PORT=4001 |