'''
Sensitive configuration information for accessing global functions such as Google mail and Dropbox and customer specific information for Uphance and Cross Docks
'''

global_parameters = {'customers':['aemery','two-ts'],
					 'uphance_register_url' : 'https://api.uphance.com/organisations/set_current_org',
					 'uphance_org_id' : {'aemery':36866,'two-ts':37118},
					 'email_pw':'yEc9m3G9f?ATeJtF',
					 'from_email' : 'zd_zapier@mclarenwilliams.com.au',
					 'from_name' : 'mclwill_api',
					 'dbx_app_key':'uxrn09slklm1una',
					 'dbx_app_secret':'in08qrhgq0qit5n',
					 'dbx_refresh_token':'tX62hzYj2h0AAAAAAAAAATd7DM2a0yAnNSW_P7SpMx_LA3JV4QnufbN-ddRDt0cd',
					 'emails' :['gary@mclarenwilliams.com.au'],
					 'google_client_id' : '227300495808-06g75oqm35cvo90824kccskvb4tejd9r.apps.googleusercontent.com',
					 'google_client_secret':'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'}

customer_parameters = {'aemery':{
								'uphance_login' : {'username' : 'anna@aemery.com' , 'password' : 'Vintage890*'},
								'CD_customer_code' : 'EM',
								'cross_docks_FTP_username':'ftpemprod',
								'cross_docks_FTP_pw':'ftp3m#2024',
								'dbx_folder' : "/A.Emery/Wholesale/APIs (Anna's Dad)/Cross Docks Info/FTP_production_files",
								'emails' : ['richard@aemery.com','emma@aemery.com'],
								'errors_to_be_reported':['OR','PT','address_error'],
								'short_ship_emails' : ['richard@aemery.com','emma@aemery.com','a.pearce@aemery.com'],
								'reporting_email':'zd_zapier@mclarenwilliams.com.au',
								'reporting_email_pw':'yEc9m3G9f?ATeJtF',
								'data_store_folder':"/Wholesale/APIs (Anna's Dad)/Uphance/DataStore",
								'dashboard_auth':{'anna':'anna@aemery.com','gary':'gary@mclarenwilliams.com.au','richard':'richard@aemery.com'},
								'nri_base_url':'https://api-nrius.test.aspiresuite.com/api/v1',
								'nri_client_name':'EMERY',
								'nri_api_key':'dec57198-4dc9-4625-ab1e-e533e4b0d40c'
								},
					   'two-ts':{
					   			'uphance_login' : {'username' : 'gary@mclarenwilliams.com.au' , 'password' : 'BokChoy45!'},
					   			'CD_customer_code' : 'TT',
								'cross_docks_FTP_username':'ftptt',
								'cross_docks_FTP_pw':'ftpTtpr0d#',
								'dbx_folder' : "/CrossDocks_Uphance/Two-Ts/FTP Prod Files",
								'emails' : ['teresa@two-ts.com.au'],
								'errors_to_be_reported':['address_error','OR','PT','DNF'],
								'short_ship_emails':['teresa@two-ts.com.au'],
								'reporting_email':'two-ts-reporting@mclarenwilliams.com.au',
								'reporting_email_pw':'#Xot3Mg67Y$8?y#y',
								'data_store_folder':"",
								'dashboard_auth':None}
						}


