-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.envrc.local.sample
25 lines (22 loc) · 1.06 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
25
#-------------------------------------------------------------------------------
# Docker
#-------------------------------------------------------------------------------
export DOCKER_HOST_NGINX_PORT=80
#-------------------------------------------------------------------------------
# Unity
#-------------------------------------------------------------------------------
export UNITY_CMD=/mnt/c/Program\ Files/Unity/Hub/Editor/6000.0.37f1/Editor/Unity.exe # wsl
export UNITY_PACKAGES_BUCKET=s3://my-unity-packages
export UNITY_PACKAGES_CACHE_PREFIX=1
export ULF_FILE=Unity_v6000.x.ulf
export BASE64_ULF=$(cat $ULF_FILE | base64)
#-------------------------------------------------------------------------------
# AWS
#-------------------------------------------------------------------------------
export AWS_ACCESS_KEY_ID=
export AWS_SECRET_ACCESS_KEY=
#-------------------------------------------------------------------------------
# Firebase
#-------------------------------------------------------------------------------
export FIREBASE_PROJECT_ID=
export FIREBASE_TOKEN=