-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy path.env.example
More file actions
64 lines (51 loc) · 1.56 KB
/
.env.example
File metadata and controls
64 lines (51 loc) · 1.56 KB
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
# Grace .env example (placeholders only)
GRACE_SERVER_URI=http://localhost:5000
GRACE_TOKEN=changeme
GRACE_TOKEN_FILE=
GRACE_TESTING=0
GRACE_TEST_CLEANUP=1
ASPIRE_RESOURCE_MODE=Local
# Telemetry
# grace__applicationinsightsconnectionstring=
# OIDC / Auth
# grace__auth__oidc__authority=
# grace__auth__oidc__audience=
# grace__auth__oidc__cli_client_id=
# grace__auth__oidc__cli_redirect_port=
# grace__auth__oidc__cli_scopes=
# grace__auth__oidc__m2m_client_id=
# grace__auth__oidc__m2m_client_secret=
# grace__auth__oidc__m2m_scopes=
# PAT defaults
# grace__auth__pat__default_lifetime_days=
# grace__auth__pat__max_lifetime_days=
# grace__auth__pat__allow_no_expiry=
# Azure Storage
# grace__azure_storage__connectionstring=
# grace__azure_storage__account_name=
# grace__azure_storage__endpoint_suffix=
# grace__azure_storage__key=
# grace__azure_storage__directoryversion_container_name=
# grace__azure_storage__diff_container_name=
# grace__azure_storage__zipfile_container_name=
# Azure Cosmos DB
# grace__azurecosmosdb__connectionstring=
# grace__azurecosmosdb__endpoint=
# grace__azurecosmosdb__database_name=
# grace__azurecosmosdb__container_name=
# Azure Service Bus
# grace__azure_service_bus__connectionstring=
# grace__azure_service_bus__namespace=
# grace__azure_service_bus__topic=
# grace__azure_service_bus__subscription=
# Redis
# grace__redis__host=127.0.0.1
# grace__redis__port=6379
# Orleans
# orleans_cluster_id=
# orleans_service_id=
# Pub/Sub
# grace__pubsub__system=AzureServiceBus
# Diagnostics
# grace__log_directory=
# grace__debug_environment=Local