Default Spinner can be configured through environment variables

This commit is contained in:
Martin Filser 2021-06-09 19:44:41 +02:00
parent 38069c6d63
commit ba41533128
4 changed files with 16 additions and 1 deletions

3
server/spinner.js Normal file
View file

@ -0,0 +1,3 @@
Meteor.startup(() => {
Meteor.settings.public.DEFAULT_WAIT_SPINNER = process.env.DEFAULT_WAIT_SPINNER;
});