refactor(server): telemetry ports env (#13560)

This commit is contained in:
Jason Rasmussen
2024-10-17 17:00:22 -04:00
committed by GitHub
parent 0eabb3ef80
commit c8f672f494
6 changed files with 80 additions and 18 deletions

View File

@@ -31,6 +31,10 @@ const envData: EnvData = {
server: 'server-public-key',
},
network: {
trustedProxies: [],
},
redis: {
host: 'redis',
port: 6379,
@@ -56,6 +60,11 @@ const envData: EnvData = {
ignoreMountCheckErrors: false,
},
telemetry: {
apiPort: 8081,
microservicesPort: 8082,
},
workers: [ImmichWorker.API, ImmichWorker.MICROSERVICES],
noColor: false,