summarylogtreecommitdiffstats
path: root/gcopy-web.env
blob: 485978274f9a8777b1649d2fb494f984fab5c19e (plain)
1
2
3
4
5
6
7
8
9
10
11
## Listen host
HOSTNAME="0.0.0.0"

## Listen port
PORT="3000"

## Keep alive timeout
KEEP_ALIVE_TIMEOUT="10"

## Gcopy backend api url
SERVER_URL="http://localhost:3376"