mirror of
https://github.com/immich-app/immich.git
synced 2025-11-11 21:12:33 +09:00
refactor: more process.env references (#13106)
This commit is contained in:
@@ -328,3 +328,9 @@ export enum PaginationMode {
|
||||
LIMIT_OFFSET = 'limit-offset',
|
||||
SKIP_TAKE = 'skip-take',
|
||||
}
|
||||
|
||||
export enum ImmichEnvironment {
|
||||
DEVELOPMENT = 'development',
|
||||
TESTING = 'testing',
|
||||
PRODUCTION = 'production',
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user