-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.envrc.local.sample
24 lines (21 loc) · 1.04 KB
/
.envrc.local.sample
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#-------------------------------------------------------------------------------
# Docker
#-------------------------------------------------------------------------------
export DOCKER_HOST_NGINX_PORT=80
#-------------------------------------------------------------------------------
# Unity
#-------------------------------------------------------------------------------
export UNITY_CMD=/Applications/Unity/Hub/Editor/2019.3.0f6/Unity.app/Contents/MacOS/Unity
export UNITY_PACKAGES_BUCKET=s3://my-unity-packages
export UNITY_PACKAGES_CACHE_PREFIX=1
export BASE64_ULF=$(cat Unity_v2019.3.9f1.alf | base64)
#-------------------------------------------------------------------------------
# AWS
#-------------------------------------------------------------------------------
export AWS_ACCESS_KEY_ID=
export AWS_SECRET_ACCESS_KEY=
#-------------------------------------------------------------------------------
# Firebase
#-------------------------------------------------------------------------------
export FIREBASE_PROJECT_ID=
export FIREBASE_TOKEN=