diff options
author | Paul van Tilburg <paul@luon.net> | 2021-04-16 22:07:58 +0200 |
---|---|---|
committer | Paul van Tilburg <paul@luon.net> | 2021-04-16 22:07:58 +0200 |
commit | ab58609d3d85149ffcd342911dd326f397f39f24 (patch) | |
tree | 7e439ada3036269721673eb000f702cc476c16f1 /debian | |
parent | 6d109b9902c04b6fa34e40c574b4fb425e081d6c (diff) | |
download | conduit-ab58609d3d85149ffcd342911dd326f397f39f24.zip |
No longer use/support a local environment file
Diffstat (limited to 'debian')
-rw-r--r-- | debian/env.local | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/debian/env.local b/debian/env.local deleted file mode 100644 index cd552de..0000000 --- a/debian/env.local +++ /dev/null @@ -1,33 +0,0 @@ -# Conduit homeserver local configuration -# -# Conduit is an application based on the Rocket web framework. -# Configuration of Conduit happens via Debconf (see the resulting config in -# `/etc/matrix-conduit/debian`) and optionally by uncommenting and tweaking the -# variables in this file below. - -# The maximum size of a Matrix HTTP requests in bytes. -# -# This mostly affects the size of files that can be downloaded/uploaded. -# It defaults to 20971520 (20MB). -#ROCKET_MAX_REQUEST_SIZE=20971520 - -# Whether user registration is allowed. -# -# User registration is not disabled by default. -#ROCKET_REGISTRATION_DISABLED=false - -# Whether encryption is enabled. -# -# (End-to-end) encryption is not disabled by default. -#ROCKET_ENCRYPTION_DISABLED=false - -# Whether federation with other Matrix servers is enabled. -# -# Federation is not enabled by default; it is still experimental. -#ROCKET_FEDERATION_ENABLED=false - -# The log level of the homeserver. -# -# The log level is "critical" by default. -# Allowed values are: "off", "normal", "debug", "critical" -#ROCKET_LOG="critical" |