peerjs : 1.0.0

This commit is contained in:
Gitouche 2023-03-09 23:27:00 +01:00
parent 3f06a0a2fa
commit 629a89d9d0
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
#!/usr/bin/env bash
## vars
upstream_images='git.garbaye.fr/garbaye/peerjs-server'
version='0.6.1'
version='1.0.0'
## default vars : override with ENV var
listen_if="${GARBAYE_PEERJS_ENV_LISTENIF:-127.0.0.1}"
listen_port="${GARBAYE_PEERJS_ENV_LISTENPORT:-8081}"