mergin: url: '' username: '' password: '' init_from: db connections: - driver: postgres # Parametry bazy PostgreSQL conn_info: "host='' port='' dbname='' user='' password=''" modified: db_name base: db_name_mergin mergin_project: mergin/Szablon Projektu sync_file: inwentaryzacja.gpkg daemon: sleep_time: 10 notification: # [required] email sender to be displayed in the message email_sender: "" # [required] email subject email_subject: "Custom text" # [required] list of recipients of the email notification email_recipients: ["my@mail"] # [optional] smtp server user smtp_username: "" # [optional] smtp user's password smtp_password: "" # [required] address of stmp server to send emails smtp_server: "" # [optional] use ssl true/false use_ssl: true # [optional] use tls true/false #use_tls: true # [optional] interval for sending emails (in seconds) to avoid sending too many emails (default is 4 hours) minimal_email_interval: 3600*4