diff --git a/infrastructure_files/config.json b/infrastructure_files/config.json index 4ef87bff3..8d53d1ea0 100644 --- a/infrastructure_files/config.json +++ b/infrastructure_files/config.json @@ -25,9 +25,9 @@ "HttpConfig": { "LetsEncryptDomain": "", "Address": "0.0.0.0:3000", - "AuthIssuer": "", - "AuthAudience": "", - "AuthKeysLocation": "", - "UIFilesLocation": "/var/lib/wiretrustee/ui/" + "AuthDomain": "", + "AuthClientId": "", + "AuthClientSecret": "", + "AuthCallback": "http://localhost:3000/callback" } -} \ No newline at end of file +}