##### # extractor settings ##### [data] # location of the CSV file ZIPs dataFolder = /home/[user]/addressbase_epoch24 #where to put the output CSV files outputFolder = /home/[user]/addressbase_epoch24/output ##### # Notification email settings ##### [notification] mailto = [to-email] gmail_user = [from-email] gmail_pwd = [password] smtpserver = [servername] ##### # Database credentials for database # which will hold coordinates and metadata ##### [database] pgdbname = osmm1231 pghost = [postgresql_server_address] pgport = [postgresql_server_port] pguser = [postgresql_username] pgpassword = [postgresql_password]