etebase: add allowed host

This commit is contained in:
Payas Relekar 2023-07-02 11:24:06 +05:30
parent 06974db6c0
commit 5152fc31ff

View file

@ -8,7 +8,7 @@
settings = { settings = {
allowed_hosts = { allowed_hosts = {
allowed_host1 = "0.0.0.0"; allowed_host1 = "0.0.0.0";
allowed_host2 = "localhost"; allowed_host2 = "bhankas.org";
}; };
global = { global = {
debug = true; debug = true;