瀏覽代碼

Add new field to OCI's dest. options fields

A new OCI options field is required before making extra destination
options calls.
Sergiu Miclea 7 年之前
父節點
當前提交
766bb72f23
共有 1 個文件被更改,包括 4 次插入 和 4 次删除
  1. 4 4
      config.js

+ 4 - 4
config.js

@@ -8,9 +8,9 @@ const conf: Config = {
   // Remove or comment to enable them
   // Remove or comment to enable them
   disabledPages: [
   disabledPages: [
     'planning',
     'planning',
-  // Enabling users and projects page by default
-  // 'users',
-  // 'projects',
+    // Enabling users and projects page by default
+    // 'users',
+    // 'projects',
   ],
   ],
 
 
   // Whether to show the user domain name input when logging in
   // Whether to show the user domain name input when logging in
@@ -48,7 +48,7 @@ const conf: Config = {
     {
     {
       name: 'oci',
       name: 'oci',
       type: 'destination',
       type: 'destination',
-      envRequiredFields: ['compartment', 'availability_domain'],
+      envRequiredFields: ['compartment', 'availability_domain', 'vcn_compartment'],
     },
     },
   ],
   ],