Sha256: f0f3e1c3eaa7d9a305b14f7103710d330402452bc40f9f87574ac88cf09a711a
Contents?: true
Size: 1.79 KB
Versions: 2
Compression:
Stored size: 1.79 KB
Contents
#Configuration details for the application #Connection details for the Avaya CMS/ECHI host echi_host: localhost echi_port: 22 echi_username: anonymous echi_password: echi_connect_type: ftp #only ftp supported now, possible for ssh in the future echi_ftp_directory: #/Users/ftp/anonymous #If blank/nil, the system will not do a CD at the start echi_ftp_retry: 3 echi_ftp_delete: N #to not delete the files off of the FTP server set to N echi_schema: extended_version13.yml echi_format: BINARY #valid settings are ASCII or BINARY echi_process_log: Y #valid is Y/N to turn it on or off #Currently only ftp supported, but may want to add UUCP/Serial later echi_xfer_type: ftp #How frequently to fetch records off of the Avaya CMS ftp server fetch_interval: 60 #in seconds #Whether or not to insert into a database, into a csv file or both export_type: database #Options are: #FATAL: an unhandleable error that results in a program crash #ERROR: a handleable error condition #WARN: a warning #INFO: generic (useful) information about system operation #DEBUG: low-level information for developers #NONE: turn off logging log_level: DEBUG #How many log files to create and the length before cycling through log_number: 10 #The size of each individual log file log_length: 10240000 #Email address to send alerts to, specifically failures to connect to the DB or FTP servers #currently does not support an SMTP server that requires authentication alert_email_address: jgoecke@presenceco.com smtp_server: mail.presenceco.com smtp_port: 25 #Special settings for a specific application database pco_process: N #Set to yes or no if running with a PCO database pco_record_tablename: PCO_ECHIRECORD pco_record_seqname: PCO_ECHIRECORDSEQ pco_log_tablename: PCO_ECHILOG pco_log_seqname: PCO_ECHILOGSEQ
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
echi-converter-0.2.0 | config/application.yml |
echi-converter-0.2.1 | config/application.yml |