testing traefik stuff

This commit is contained in:
Andras Bacsai
2022-09-06 09:30:13 +02:00
parent 9acd5c94e8
commit 1f73b83a79
4 changed files with 10 additions and 3 deletions

View File

@@ -21,7 +21,7 @@ import { scheduler } from './scheduler';
import { supportedServiceTypesAndVersions } from './services/supportedVersions';
import { includeServices } from './services/common';
export const version = '3.9.0';
export const version = '3.9.1';
export const isDev = process.env.NODE_ENV === 'development';
const algorithm = 'aes-256-ctr';