port = 4419 host = "127.0.0.1" # Set to a user and a group to drop privileges to after binding to the port #user = "emgauwa" #group = "emgauwa" # Leave empty to allow all origins (will always respond with Origin and not "*") #origins = ["http://localhost", "https://emgauwa.app"] database = "sqlite://emgauwa-core.sqlite" [logging] level = "DEBUG" file = "stdout"