blob: 5d5d85061acb7429d969b1ab18f154ab210138a6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
apiVersion: v1
kind: ConfigMap
metadata:
name: modmail-config-env
namespace: modmail
data:
DATABASE_TYPE: 'mongodb' # The type of database to use, only supports mongodb right now
DATA_COLLECTION: 'false' # Disable bot metadata collection by modmail devs
DISABLE_AUTOUPDATES: 'yes'
GUILD_ID: '267624335836053506'
LOG_URL: https://modmail.pydis.wtf/
OWNERS: 165023948638126080,95872159741644800,336843820513755157
REGISTRY_PLUGINS_ONLY: 'false' # Allow the usage of plugins outside of the official registry
|