mirror of
https://github.com/spacebarchat/server.git
synced 2026-05-20 13:05:42 +00:00
Don't set default cdn endpoints. Null endpoints means to not update them in GLOBAL_ENV. TODO: Don't use private endpoint locations in global env if public is not set, as this limits infra config
This commit is contained in:
@@ -23,6 +23,6 @@ export class CdnConfiguration extends EndpointConfiguration {
|
||||
resizeWidthMax: number = 1000;
|
||||
imagorServerUrl: string | null = null;
|
||||
|
||||
endpointPublic: string | null = "http://localhost:3001";
|
||||
endpointPrivate: string | null = "http://localhost:3001";
|
||||
endpointPublic: string | null = null;
|
||||
endpointPrivate: string | null = null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user