build cli
This commit is contained in:
parent
b3d565b6d9
commit
5c046dfa88
34 changed files with 7153 additions and 1231 deletions
|
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
"ConnectionSettings" : {
|
||||
"Site": {
|
||||
"Authority": "oauth.server-example.com",
|
||||
"Title": "[Site title]",
|
||||
"Slogan": "[Site Slogan]",
|
||||
"Banner": "/images/[bannerAsset]",
|
||||
|
|
@ -9,7 +8,8 @@
|
|||
"FavIcon": "/favicon.ico",
|
||||
"Icon": "/images/[Site Icon]"
|
||||
},
|
||||
"ServerApiKey": {
|
||||
"ServerApi": {
|
||||
"Authority": "oauth.server-example.com",
|
||||
"ClientId": "[OAuth2NativeClientId]",
|
||||
"ClientSecret": "[OAuth2ClientSecret]"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue