Add more explicit microbin config options
This commit is contained in:
parent
9a228b676e
commit
904aac3468
|
@ -18,12 +18,19 @@ in
|
||||||
# High level settings
|
# High level settings
|
||||||
MICROBIN_ADMIN_USERNAME = "prescientmoon";
|
MICROBIN_ADMIN_USERNAME = "prescientmoon";
|
||||||
MICROBIN_PORT = toString port;
|
MICROBIN_PORT = toString port;
|
||||||
|
MICROBIN_PUBLIC_PATH = "https://bin.moonythm.dev/";
|
||||||
MICROBIN_DISABLE_TELEMETRY = "true";
|
MICROBIN_DISABLE_TELEMETRY = "true";
|
||||||
|
MICROBIN_DISABLE_UPDATE_CHECKING = "true";
|
||||||
|
|
||||||
# Toggle certain features
|
# Toggle certain features
|
||||||
MICROBIN_READONLY = "true"; # Requires a password to upload
|
MICROBIN_READONLY = "true"; # Requires a password to upload
|
||||||
MICROBIN_QR = "true"; # Allows generating qr codes
|
MICROBIN_QR = "true"; # Allows generating qr codes
|
||||||
# MICROBIN_ETERNAL_PASTA = "true"; # Allows marking pastas to never be deleted
|
MICROBIN_EDITABLE = "true";
|
||||||
|
MICROBIN_HIGHLIGHTSYNTAX = "true";
|
||||||
|
MICROBIN_SHOW_READ_STATS = "true";
|
||||||
|
MICROBIN_ENABLE_BURN_AFTER = "true";
|
||||||
|
MICROBIN_ENABLE_READONLY = "true";
|
||||||
|
MICROBIN_ETERNAL_PASTA = "true";
|
||||||
|
|
||||||
# Make UI more minimal
|
# Make UI more minimal
|
||||||
# MICROBIN_HIDE_FOOTER = "true";
|
# MICROBIN_HIDE_FOOTER = "true";
|
||||||
|
|
Loading…
Reference in a new issue