Most of the domain setup dialog bits are done
This commit is contained in:
@@ -91,6 +91,16 @@ const TOKEN_TYPES = {
|
||||
ID_SDK: 'cid-sdk', // created by user via dashboard
|
||||
};
|
||||
|
||||
const ENDPOINTS_OVH = [
|
||||
{ name: 'OVH Europe', value: 'ovh-eu' },
|
||||
{ name: 'OVH US', value: 'ovh-us' },
|
||||
{ name: 'OVH North-America', value: 'ovh-ca' },
|
||||
{ name: 'SoYouStart Europe', value: 'soyoustart-eu' },
|
||||
{ name: 'SoYouStart North-America', value: 'soyoustart-ca' },
|
||||
{ name: 'Kimsufi Europe', value: 'kimsufi-eu' },
|
||||
{ name: 'Kimsufi North-America', value: 'kimsufi-ca' },
|
||||
];
|
||||
|
||||
// named exports
|
||||
export {
|
||||
APP_TYPES,
|
||||
@@ -102,6 +112,7 @@ export {
|
||||
TASK_TYPES,
|
||||
PROXY_APP_ID,
|
||||
TOKEN_TYPES,
|
||||
ENDPOINTS_OVH,
|
||||
};
|
||||
|
||||
// default export
|
||||
@@ -115,4 +126,5 @@ export default {
|
||||
TASK_TYPES,
|
||||
PROXY_APP_ID,
|
||||
TOKEN_TYPES,
|
||||
ENDPOINTS_OVH,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user