dex: try to set IP address

This commit is contained in:
Payas Relekar 2023-06-07 20:16:40 +05:30
parent 6a2af31f0d
commit 430963b657

View file

@ -51,7 +51,7 @@
type = "sqlite3";
config.file = "/var/lib/dex/db.sqlite3";
};
web.http = "0.0.0.0:5556";
web.http = "127.0.0.1:5556";
staticClients = [
{
id = "outline";