🎉 Add prepl support

And rename the current repl to urepl (user-repl).
This commit is contained in:
Andrey Antukh 2023-01-18 17:12:33 +01:00
parent 3dd65db651
commit 8a5afefc1c
4 changed files with 63 additions and 28 deletions

View file

@ -10,6 +10,11 @@ export PENPOT_FLAGS="\
enable-demo-users \
disable-secure-session-cookies \
enable-smtp \
enable-prepl-server \
enable-urepl-server \
enable-rpc-climit \
enable-rpc-rlimit \
enable-soft-rpc-rlimit \
enable-webhooks \
enable-access-tokens";