-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathcookiecutter.json
22 lines (22 loc) · 1005 Bytes
/
cookiecutter.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"CDF_CLUSTER": "westeurope-1",
"CDF_PROJECT": "trial-1234-change-this",
"IDP_TENANT_ID": "<set-if-Azure-AD>",
"IDP_CLIENT_ID": "myclientid-change-this",
"IDP_CLIENT_SECRET": "myclientsecret-change-this",
"CDF_URL": "https://{{cookiecutter.CDF_CLUSTER}}.cognitedata.com",
"IDP_TOKEN_URL": "https://cognite-trials.eu.auth0.com/oauth/token",
"IDP_SCOPES": "{{cookiecutter.CDF_URL}}/.default",
"IDP_AUDIENCE": "{{cookiecutter.CDF_URL}}",
"buildfolder": "build",
"movie_actors_raw_db": "tutorial_movies",
"movie_actors_datamodel": "tutorial_MovieDM",
"movie_actors_space": "tutorial_movies",
"movie_actors_data_set": "tutorial_movies",
"movie_actors_data_set_desc": "Data set for the movies-actor tutorial",
"apm_simple_raw_db": "tutorial_apm",
"apm_simple_datamodel": "tutorial_apm_simple",
"apm_simple_space": "tutorial_apm_simple",
"apm_simple_data_set": "Valhall_System_23",
"apm_simple_data_set_desc": "Valhall_System_23"
}