dev env setup
This commit is contained in:
@@ -2,16 +2,16 @@
|
||||
"clientId": "nodejs-api",
|
||||
"name": "NodejsApi",
|
||||
"description": "",
|
||||
"rootUrl": "https://tkd-api.toni714.de",
|
||||
"adminUrl": "https://tkd-api.toni714.de",
|
||||
"baseUrl": "https://tkd-api.toni714.de",
|
||||
"rootUrl": "http://localhost:3000",
|
||||
"adminUrl": "http://localhost:3000",
|
||||
"baseUrl": "http://localhost:3000",
|
||||
"surrogateAuthRequired": false,
|
||||
"enabled": true,
|
||||
"alwaysDisplayInConsole": false,
|
||||
"clientAuthenticatorType": "client-secret",
|
||||
"secret": "btdeoaq2mgtoa7SpCEL1phLYcw2gGhGp",
|
||||
"redirectUris": ["https://tkd-api.toni714.de/*"],
|
||||
"webOrigins": ["https://tkd-api.toni714.de"],
|
||||
"secret": "devsecret",
|
||||
"redirectUris": ["http://localhost:3000/*"],
|
||||
"webOrigins": ["http://localhost:3000"],
|
||||
"notBefore": 0,
|
||||
"bearerOnly": false,
|
||||
"consentRequired": false,
|
||||
|
||||
Reference in New Issue
Block a user