mirror of
https://github.com/He4eT/simple-spaceapi.git
synced 2026-05-04 17:37:24 +00:00
config: disable ads
This commit is contained in:
parent
728d623cb5
commit
e222f39b90
1 changed files with 1 additions and 1 deletions
|
|
@ -12,6 +12,6 @@ export default ({ env }) => ({
|
||||||
},
|
},
|
||||||
flags: {
|
flags: {
|
||||||
nps: env.bool('FLAG_NPS', true),
|
nps: env.bool('FLAG_NPS', true),
|
||||||
promoteEE: env.bool('FLAG_PROMOTE_EE', true),
|
promoteEE: false,
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue