From 26a4478f42c0d835d8250f2194a847fe7882bf23 Mon Sep 17 00:00:00 2001 From: Amanda Ramalho Date: Fri, 23 May 2025 14:03:23 -0300 Subject: [PATCH] Add user/password in the configuration file Add user/password in the configuration file --- onix/config.ini.template | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/onix/config.ini.template b/onix/config.ini.template index 127dbff..5eca736 100644 --- a/onix/config.ini.template +++ b/onix/config.ini.template @@ -32,3 +32,9 @@ host = # port number of service [required] port = + +# user of the service [required] +user = + +# password of the service [required] +password =