The Manage Overall Configuration page allows an administrator to edit the configuration of OAS Core Application Settings. Access to this tab is set on a user by user basis in the Manage Users page. This option is required for the configuration of the web server whether the site is on premise or multi-tenant.
On the Overall Configuration page you will find the following fields:
WebAPIPath: Path to the install of the Portal Web API application.
WebUIPath: Path to the install of the Portal Web UI.
PortalApiUrl: URL to the Portal Web API application.
PortalUrl: URL to the Portal Web UI application.
UserHoursResetCodeValid: How many hours the password reset code is valid.
DebugMode: "true" if the application is in debug mode, "false" if it is not.
LanguageDefault: What default language all users are. (ex: en)
TurnOffEmailSend: "true" to turn off all emails being sent from application, "false" to send emails.
MailSender: The email address that all emails are sent from.
DebugEmail: The email address that all emails are sent to when the DebugMode=true.
SMTPServer: The SMTP server to use for the relaying of emails.
SMTPPort: The SMTP server port to use for the relaying of emails.
SMTPEnableSSL: "true" if the SMTP requires a secure connection, "false" if it doesn't.
SMTPUsername: User name for the SMTP server.
SMTPPassword: Password for the SMTP server.
SessionTimeout: The number of minutes before a session times out.
CORSServers: Comma-separated CORS servers list to allow for XSS. This is helpful if there are multiple URLs that are configured for OAS. If single URL then leave blank.
FormsBuilder URL: The URL for the FormsBuilder
EnableLandingPage (checkbox): True if the jurisdiction landing page is visible. False if it is hidden and the user is moved directly to the jurisdiction login page.
ReportServerURL (required): The URL used to communicate with the SQL Server Reporting Server. This is used by the report viewer.
ReportWebServiceURL (required): Used to programmatically communicate with the SQL Server Reporting Server using web service requests.
ReportWebServiceExecutionURL (required): Used to programmatically communicate with the SQL Server Reporting Server for report generation using web service requests.
ReportServerLoginDomain (required): The domain used to log into the report server.
ReportServerLoginUserName (required): The user name of the account used to log into the report server.
ReportServerLoginPassword (required): The password associated with the user name used to log into the report viewer.
ReportDataSourceUserName (required): The database user name used to access the date from the data source.
ReportDataSourcePassword (required): The database password associated with the user to access the date from the data source.