Bind to 0.0.0.0 on production

This commit is contained in:
Felipe Contreras 2022-08-02 23:58:35 -04:00
parent 531b61ab94
commit e0d0a6fc1d

View file

@ -1,2 +1,4 @@
[default.databases.db]
url = "sqlite://db/huellas.db"
[production]
address = "0.0.0.0"