mirror of
https://github.com/spacebarchat/server.git
synced 2026-04-01 11:25:41 +00:00
✨ add cdn.endpoint to config
This commit is contained in:
@@ -28,6 +28,9 @@ export interface DefaultOptions {
|
||||
gateway: {
|
||||
endpoint: string | null;
|
||||
};
|
||||
cdn: {
|
||||
endpoint: string | null;
|
||||
};
|
||||
general: {
|
||||
instance_id: string;
|
||||
};
|
||||
@@ -116,6 +119,9 @@ export const DefaultOptions: DefaultOptions = {
|
||||
gateway: {
|
||||
endpoint: null,
|
||||
},
|
||||
cdn: {
|
||||
endpoint: null,
|
||||
},
|
||||
general: {
|
||||
instance_id: Snowflake.generate(),
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user