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 2c93f1f121
commit 5d2f92427d

View File

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