mirror of
https://github.com/m1k1o/neko.git
synced 2024-07-24 14:40:50 +12:00
easy development tools.
This commit is contained in:
18
.m1k1o/.env.default
Normal file
18
.m1k1o/.env.default
Normal file
@ -0,0 +1,18 @@
|
||||
#
|
||||
# you can copy this file to .env.local, if you don't want to have it pushed to repository
|
||||
#
|
||||
|
||||
# this is how will be your images called. you can change it to your fork.
|
||||
# only need to do this once. here.
|
||||
BUILD_IMAGE="m1k1o/neko"
|
||||
|
||||
# this is where your services will be acessible
|
||||
CLIENT_PORT=8080
|
||||
SERVER_PORT=8081
|
||||
|
||||
# on which image you want to test it
|
||||
SERVER_TAG="chromium"
|
||||
|
||||
# this is needed for WebRTC. specify your local IP address and free UDP port range.
|
||||
SERVER_EPR=55000-55009
|
||||
SERVER_IP=10.8.0.1
|
Reference in New Issue
Block a user