File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed
Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -12,10 +12,25 @@ MYSQL_LOCAL_PORT=3306
1212NGINX_LOCAL_PORT = 80
1313APP_LOCAL_PORT = 5645
1414ADMINER_LOCAL_PORT = 8080
15+ BRIDGE_LOCAL_PORT = 3000
1516
1617# https://github.com/vrana/adminer/tree/master/designs
1718ADMINER_DESIGN =
1819
20+ # ##########################
21+ # For Lens Creators
22+ # ##########################
23+ # Lens creators require an official API token in order to access their own lenses
24+ #
25+ # Get your own API token at:
26+ # https://my-lenses.snapchat.com/camera-kit
27+ #
28+ # 1. Sign-in/Register
29+ # 2. Create a new 'Web App'
30+ # 3. Copy&Paste 'Production API Token' below
31+ #
32+ BRIDGE_API_TOKEN =
33+
1934# #############################################################
2035# Changes below this line are not required and not recommended
2136# Docker Compose will auto set everything correctly
@@ -30,6 +45,7 @@ ADMINER_DESIGN=
3045# DB_USER=root
3146# DB_PASS=123456
3247# PORT=5645
48+ # BRIDGE_ADDR=ws://localhost:3000
3349# STORAGE_SERVER=http://studio-app.snapchat.com:80
3450# STORAGE_PATH=/var/lib/snapcamera
3551# IMPORT_DIR=import
You can’t perform that action at this time.
0 commit comments