
(You may need to be able to do so if you make edits to theĬonfiguration file through the web application that render the webĪpplication inoperative.) Sample configuration file You can also edit the configuration file directly on the file system. The menu under “Configuration.” After the configuration YAML is The configuration file can be edited through the web application byĪny user with admin privileges. S3 bucket or Azure blob storage container before starting. With S3, S3-compatible object storage, or Azure blob storage,ĭocassemble will attempt to copy the configuration file from your usr/share/docassemble/config/config.yml. synthesize_speech ( 'I want this said aloud', target_file = 'said.Edit System-wide configuration Location of the configuration fileĭocassemble reads its configuration directives from a YAML file, detect_text ( 'imagefile.png', 'result.json' ) library. init_text_to_speech ( service_account ) response = library. Python from import Google library = Google service_account = '/path/to/service_account.json' library. setting Robocorp Vault with keyword *** Settings *** Library *** Tasks *** Init Google services Set Robocorp Vault vault_name=googlecloud vault_secret_key=servicecreds Init Storage use_robocorp_vault= $ vault_secret_key=servicecreds *** Tasks *** Init Google services Init Storage setting Robocorp Vault in the library init *** Settings *** Library service account with keyword parameter *** Settings *** Library *** Tasks *** Init Google services Init Speech To Text /path/to/service_account.json # with GOOGLE_APPLICATION_CREDENTIALS environment variable

service account using environment variable *** Settings *** Library *** Tasks *** Init Google services # NO parameters for Init Vision, expecting to get JSON Secret value should contain JSON file contents. The vault name and secret key name needs to be given in library init


