mirror of
https://github.com/sasjs/server.git
synced 2026-01-12 00:30:06 +00:00
feat: removed secrets from env variables
This commit is contained in:
1
api/src/types/system/process.d.ts
vendored
1
api/src/types/system/process.d.ts
vendored
@@ -8,5 +8,6 @@ declare namespace NodeJS {
|
||||
appStreamConfig: import('../').AppStreamConfig
|
||||
logger: import('@sasjs/utils/logger').Logger
|
||||
runTimes: import('../../utils').RunTimeType[]
|
||||
secrets: import('../../model/Configuration').ConfigurationType
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user