-
Notifications
You must be signed in to change notification settings - Fork 8
/
config.yaml
36 lines (25 loc) · 966 Bytes
/
config.yaml
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
---
# Name of the environment (e.g. dev/test/prod)
environment: prod
# Azure region where the solution needs to be deployed
location: westeurope
# Azure Subscription ID
subscription: 7example-abcd-1234-pqrs-examplec5db2
# Azure AD B2C Tenant Name
aadB2cOrg: suruku
# Azure AD B2C User Flow Name for Sign Up and Sign In
aadB2cUserFlow: B2C_1_us_sisu
# Azure AD B2C App Client Id of API
aadB2cApiClientId: bexample-abcd-1234-pqrs-examplef9a45
# Azure AD B2C App Client Id of Single Page Application (SPA)
aadB2cSpaClientId: fexample-abcd-1234-pqrs-example6cd6a
# URL that should be used for shorterning
shortUrl: https://suru.ku/
# Write scope for API
writeScope: https://suruku.onmicrosoft.com/shorten-url/API.Write
# Read scope for API
readScope: https://suruku.onmicrosoft.com/shorten-url/API.Read
# [OPTIONAL] DNS Zone Name in Azure DNS Zones
# dnsZone: suru.ku
# [OPTIONAL] Resource Group Name where Azure DNS Zone is created
# dnsZoneRG: Suruku-DNS-RG