mirror of
https://github.com/google/nomulus.git
synced 2025-08-02 16:02:10 +02:00
Convert yet more configuration options to YAML
With a particular focus on custom logic and caching. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=146258446
This commit is contained in:
parent
1577ab2c26
commit
636da9f7f0
10 changed files with 120 additions and 52 deletions
|
@ -78,6 +78,9 @@ description of each option:
|
|||
```yaml
|
||||
appEngine:
|
||||
projectId: # Your App Engine project ID
|
||||
toolsServiceUrl:
|
||||
hostName: tools-dot-PROJECT-ID.appspot.com # Insert your project ID
|
||||
port: 443
|
||||
|
||||
gSuite:
|
||||
domainName: # Your G Suite domain name
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue