Use Windows File Explorer to go to the installation path. Then, edit the appsettings.json
file to configure the following app parameters. “Stanza” is the Oracle term for parameter categories.
Stanza | Description |
---|
AllowedHosts | The list of IP addresses allowed to listen for the services in this app. |
Listen | - Host: The IP address used to access the web interface.
- Port: The port used to access the web interface.
- ServerCertificatePath: The path to the certificate used to access the site securely. The default certificate is a self-signed certificate for the IP address 127.0.01.
- ServerCertificatePassword: The password used to access the certificate file.
|
Transactional | - Host: The IP address used by the app to access the middleware.
- Port: The port used by the app to access the web interface.
- ServerCertificatePath: The path to the certificate used to access the site securely. The default certificate is a self-signed certificate for the IP address 127.0.01.
- ServerCertificatePassword: The password used to access the certificate file.
|
Token | These settings apply to Opera installations that occur on-premises.- Host: The IP address used to access the web interface.
- Port: The port used to access the web interface.
- ServerCertificatePath: The path to the certificate used to access the site securely. The default certificate is a self-signed certificate for the IP address 127.0.01.
- ClientCertiticateAuth: A value of
true or false , with a false value signifying that ClientCertificateAuth isn’t enabled on TPS. - ClientCertificatePath: The path to the certificate used to access the site securely. The default certificate is a self-signed certificate for the IP address 127.0.01.
- ClientCertificatePassword: The password used to access the certificate file.
- ServerCertificatePath: The path to the signing certificate used to sign the client certificate.
- ServerCertificatePassword: The password used to access the certificate file.
|
Serilog | These settings apply to the log level.- Default: The default log level is
Debug . You can change this setting to Info , Warning , Debug , or Critical . - Override: Override the default log level for module-specific logging:
Microsoft , Microsoft.Hosting.Lifetime , or System.Net.Http.HttpClient .
|
Using | Don’t change the values for these system modules that the middleware uses. |