This commit is contained in:
Lukas Wurzinger 2024-08-21 23:35:55 +02:00
parent aecd0f7360
commit a3046c62b7

View file

@ -11,6 +11,8 @@ in {
MICROBIN_BIND = "127.0.0.1";
MICROBIN_PORT = 8020;
MICROBIN_READONLY = true;
MICROBIN_PUBLIC_PATH = "https://${virtualHostName}/";
MICROBIN_QR = true;