mirror of https://github.com/kern/filepizza
Create env-example
Create an example file which will need to be renamed to `.env`pull/261/head
parent
d83f2c0b81
commit
e4f2476f4c
@ -0,0 +1,11 @@
|
|||||||
|
PORT=3000
|
||||||
|
REDIS_URL=redis://redis:6379
|
||||||
|
COTURN_ENABLED=true
|
||||||
|
TURN_REALM=file.pizza
|
||||||
|
TURN_HOST=file.pizza
|
||||||
|
TURN_PORT=3478
|
||||||
|
TURNS_PORT=5349
|
||||||
|
TURN_CRED=
|
||||||
|
TURN_TRANS=both
|
||||||
|
STUN_HOST=
|
||||||
|
STUN_PORT=
|
||||||
Loading…
Reference in New Issue