mirror of
https://github.com/hashicorp/vault.git
synced 2025-08-12 01:27:01 +02:00
15 lines
232 B
JavaScript
15 lines
232 B
JavaScript
module.exports = {
|
|
env: {
|
|
embertest: true,
|
|
},
|
|
globals: {
|
|
faker: true,
|
|
server: true,
|
|
$: true,
|
|
authLogout: false,
|
|
authLogin: false,
|
|
pollCluster: false,
|
|
mountSupportedSecretBackend: false,
|
|
},
|
|
};
|