Skip to content

Commit 673dc69

Browse files
committed
Add new env vars for creators
1 parent 658f1c0 commit 673dc69

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

example.env

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,25 @@ MYSQL_LOCAL_PORT=3306
1212
NGINX_LOCAL_PORT=80
1313
APP_LOCAL_PORT=5645
1414
ADMINER_LOCAL_PORT=8080
15+
BRIDGE_LOCAL_PORT=3000
1516

1617
#https://github.com/vrana/adminer/tree/master/designs
1718
ADMINER_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

0 commit comments

Comments
 (0)