64 lines
2.0 KiB
HTML
64 lines
2.0 KiB
HTML
|
<!doctype html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<meta charset="utf-8" />
|
||
|
<title>Data Controller</title>
|
||
|
<!-- <base href="/"> -->
|
||
|
|
||
|
<!-- meta tags -->
|
||
|
<meta name="description" content="Capture, Review, and Approve" />
|
||
|
<meta itemprop="name" content="Data Controller for SAS®" />
|
||
|
<meta itemprop="description" content="Capture, Review, and Approve" />
|
||
|
<meta
|
||
|
itemprop="image"
|
||
|
content="https://docs.datacontroller.io/img/dc_bg_Asset-5@2x.png"
|
||
|
/>
|
||
|
<meta property="og:url" content="http://demo.datacontroller.io" />
|
||
|
<meta property="og:type" content="website" />
|
||
|
<meta property="og:title" content="Data Controller for SAS®" />
|
||
|
<meta property="og:description" content="Capture, Review, and Approve" />
|
||
|
<meta
|
||
|
property="og:image"
|
||
|
content="https://docs.datacontroller.io/img/dc_bg_Asset-5@2x.png"
|
||
|
/>
|
||
|
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||
|
<link rel="icon" type="image/x-icon" href="images/favicon.ico" />
|
||
|
</head>
|
||
|
|
||
|
<!--
|
||
|
## SASJS Adapter config details ##
|
||
|
|
||
|
* appLoc: The location in metadata or SAS drive where DC will be deployed
|
||
|
* serverType: either SAS9, SASVIYA or SASJS
|
||
|
* loginMechanism: Use 'Default' for regular (user/pass) logins, or 'Redirected' for 2FA/SSO
|
||
|
* debug: Whether to enable debug on startup
|
||
|
|
||
|
## Viya only settings ##
|
||
|
* adminGroup: This group will have unrestricted access (Viya Only)
|
||
|
* dcPath: The physical location in which to deploy the staging area (Viya only)
|
||
|
* useComputeApi: Connection method (Viya only)
|
||
|
* contextName: Compute Context (Viya only)
|
||
|
|
||
|
-->
|
||
|
|
||
|
<sasjs
|
||
|
serverUrl=""
|
||
|
appLoc="/Public/app/dc"
|
||
|
serverType="SASJS"
|
||
|
loginMechanism="Default"
|
||
|
debug="false"
|
||
|
useComputeApi="true"
|
||
|
contextName="SAS Job Execution compute context"
|
||
|
adminGroup="sec-sas9-prd-int-sasplatform-300114sasjs"
|
||
|
dcPath="/tmp/dc"
|
||
|
hotLicenceKey="non-commercial-and-evaluation"
|
||
|
>
|
||
|
</sasjs>
|
||
|
|
||
|
<body class="m-0">
|
||
|
<my-app></my-app>
|
||
|
</body>
|
||
|
</html>
|