1
0
mirror of https://github.com/spacebarchat/server.git synced 2024-11-06 10:52:31 +01:00

Update util/src/entities/Config.ts

Co-authored-by: Erkin Alp Güney <erkinalp9035@gmail.com>
This commit is contained in:
Kuna 2021-11-21 15:35:59 +00:00 committed by GitHub
parent 41cd9824af
commit 82d69052c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -191,6 +191,8 @@ export const DefaultConfigOptions: ConfigValue = {
instanceDescription: "This is a Fosscord instance made in pre-relase days", instanceDescription: "This is a Fosscord instance made in pre-relase days",
frontPage: null, frontPage: null,
tosPage: null, tosPage: null,
correspondenceEmail: "noreply@localhost.local",
correspondenceUserID: null,
image: null, image: null,
instanceId: Snowflake.generate(), instanceId: Snowflake.generate(),
}, },