-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
20 lines (15 loc) · 783 Bytes
/
.env.example
File metadata and controls
20 lines (15 loc) · 783 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#Please replace your_app_key, your_app_secret, your_refresh_token, example_username, example_password, and /path/to/your/local/storage/ with your actual values.
# settings for the Dropbox if you use Dropbox as the provider
APP_KEY=your_app_key
APP_SECRET=your_app_secret
REFRESH_TOKEN=your_refresh_token
# setting for MongoDB if you use MongoDB as the provider
MONGODB_USERNAME = "example_username"
MONGODB_PASSWORD = "example_password"
MONGODB_DATABASE_URL = "example.mongodb.net"
# setting for the local provider if you use a local storage provider
BASE_PATH = "/path/to/your/local/storage/"
# setting for the labscript
EXP_SCRIPT_FOLDER = "/path/to/your/local-labscript/labscript-suite/userlib/labscriptlib/mot"
# the private_JWK_STR
PRIVATE_JWK_STR = "your_private_jwk_str"