peerjs : 1.0.1

This commit is contained in:
Gitouche 2023-10-22 14:58:03 +02:00
parent 3a28c5dc82
commit 5e3b56d759
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='1.0.0'
version='1.0.1'
## default vars : override with ENV var
listen_if="${GARBAYE_PEERJS_ENV_LISTENIF:-127.0.0.1}"
listen_port="${GARBAYE_PEERJS_ENV_LISTENPORT:-8081}"