edgedb-js
edgedb-js copied to clipboard
Update the warning on Deno in the context of using edgedb-cli to start and stop EdgeDB instances
https://github.com/edgedb/edgedb-deno#tls
I really don't understand what value should the environment variable have (is true? is yes? a truthy value will do the trick?)
There is nothing about --allow-insecure-binary-clients in edgedb instance start --help
❯ edgedb instance start --help
edgedb-instance-start
Start an instance
USAGE:
edgedb instance start [FLAGS] <name>
ARGS:
<name> Name of the instance to start
FLAGS:
--foreground Start the server in the foreground rather than using systemd to
manage the process (note: you might need to stop non-foreground
instance first)
-h, --help Prints help information
the documentation on environment variables is lacking in general (regarding where to set them, what will they affect in the context of edgedb-cli, what values they must have, etc)