43 lines
1.4 KiB
Python
43 lines
1.4 KiB
Python
import os
|
|
|
|
class FeduroConfig:
|
|
userSharepoint = 'feddatadeployment.im@pg.com' #os.getenv('sharepointPG_user')
|
|
passwordSharepoint = 'Feduro_PG_2025$' #= os.getenv('sharepointPG_password')
|
|
siteSharepoint = 'https://pgone.sharepoint.com/sites/feduroinfinitystores' #os.getenv('sharepointPG_site')
|
|
database = 'IS001'
|
|
databaseID = '00010007'
|
|
areaID = '0007'
|
|
project_name = 'FEDURO'
|
|
classID = '0003'
|
|
|
|
|
|
reportsID = {'Cobertura':'0001',
|
|
'NegociadasIS001':'0002',
|
|
'Promociones':'0003',
|
|
#'Precios':'0004',
|
|
'Fmot':'0005',
|
|
'QualityDisplay':'0006',
|
|
'Checkout':'0007',
|
|
'QualityShelf':'0008',
|
|
'SOSFeduro':'0009',
|
|
#'OsaTorre':'0010',
|
|
#'OsaPsmt':'0011',
|
|
#'OsaFarmacia':'0012',
|
|
'OsaFotografico':'0013',
|
|
#'DataAvailability':'0014',
|
|
'OsaAnalogo':'0015',
|
|
'ModuloTareas':'0016',
|
|
#'SOSAPDO_IS001':'0017',
|
|
#'SOSBabyCare_IS001':'0018',
|
|
#'SOSFabricCare_IS001':'0019',
|
|
#'SOSFamilyCare_IS001':'0020',
|
|
#'SOSFemCare_IS001':'0012',
|
|
#'SOSHairCare_IS001':'0022',
|
|
#'SOSHomeCare_IS001':'0023',
|
|
#'SOSOralCare_IS001':'0024',
|
|
#'SOSPHC_IS001':'0025'
|
|
}
|
|
|
|
|
|
|