# pharma_sync — configuração do agente # Copie para config.toml e preencha os valores reais. [source] host = "localhost" port = 5432 database = "farmafacil" user = "backupbase" password = "REPLACE_ME" [target] base_url = "https://orcamento.omnipharma.com.br/api/sync" token = "REPLACE_ME_BEARER_TOKEN" timeout_seconds = 30 verify_ssl = true [agent] heartbeat_seconds = 60 log_dir = "./logs" checkpoint_file = "./checkpoint.json" agent_version = "0.1.0" batch_size = 500 [tables.formafarmaceutica] interval_seconds = 3600 enabled = true [tables.posologia] interval_seconds = 3600 enabled = true [tables.produto] interval_seconds = 900 enabled = true [tables.formulapadrao] interval_seconds = 3600 enabled = true