Add backup listing
This commit is contained in:
@@ -101,6 +101,8 @@ const ENDPOINTS_OVH = [
|
||||
{ name: 'Kimsufi North-America', value: 'kimsufi-ca' },
|
||||
];
|
||||
|
||||
const SECRET_PLACEHOLDER = String.fromCharCode(0x25CF).repeat(8);
|
||||
|
||||
// named exports
|
||||
export {
|
||||
APP_TYPES,
|
||||
@@ -113,6 +115,7 @@ export {
|
||||
PROXY_APP_ID,
|
||||
TOKEN_TYPES,
|
||||
ENDPOINTS_OVH,
|
||||
SECRET_PLACEHOLDER,
|
||||
};
|
||||
|
||||
// default export
|
||||
@@ -127,4 +130,5 @@ export default {
|
||||
PROXY_APP_ID,
|
||||
TOKEN_TYPES,
|
||||
ENDPOINTS_OVH,
|
||||
SECRET_PLACEHOLDER,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user