-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathsunatcpe-stages.yml
108 lines (108 loc) · 4.16 KB
/
sunatcpe-stages.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
---
project:
stage: production-postgresql
swarm:
datasources:
data-sources:
SearchpeDS:
driver-name: postgresql
user-name: searchpe
password: searchpe
connection-url: jdbc:postgresql://searchpe-db:5432/searchpe
searchpe:
scheduler:
enabled: true
intervalDuration: 86400000
expirationTimeInMillis: 172800000
deleteIncompleteVersions: true
sunat:
zipURL: "http://www2.sunat.gob.pe/padron_reducido_ruc.zip"
zipFileName: "sunat.zip"
unzipFileName: "sunat.txt"
txtCharset: "ISO-8859-1"
txtRowSkips: 1
txtColumnSplitRegex: "\\|"
txtHeadersTemplate: "RUC|NOMBRE O RAZÓN SOCIAL|ESTADO DEL CONTRIBUYENTE|CONDICIÓN DE DOMICILIO|UBIGEO|TIPO DE VÍA|NOMBRE DE VÍA|CÓDIGO DE ZONA|TIPO DE ZONA|NÚMERO|INTERIOR|LOTE|DEPARTAMENTO|MANZANA|KILÓMETRO"
modelHeadersTemplate: "ruc,razonSocial,estadoContribuyente,condicionDomicilio,ubigeo,tipoVia,nombreVia,codigoZona,tipoZona,numero,interior,lote,departamento,manzana,kilometro"
---
project:
stage: production-mysql
swarm:
datasources:
data-sources:
SearchpeDS:
driver-name: mysql
user-name: searchpe
password: searchpe
connection-url: jdbc:mysql://searchpe-db:3306/searchpe?useSSL=false
searchpe:
scheduler:
enabled: true
intervalDuration: 86400000
expirationTimeInMillis: 172800000
deleteIncompleteVersions: true
sunat:
zipURL: "http://www2.sunat.gob.pe/padron_reducido_ruc.zip"
zipFileName: "sunat.zip"
unzipFileName: "sunat.txt"
txtCharset: "ISO-8859-1"
txtRowSkips: 1
txtColumnSplitRegex: "\\|"
txtHeadersTemplate: "RUC|NOMBRE O RAZÓN SOCIAL|ESTADO DEL CONTRIBUYENTE|CONDICIÓN DE DOMICILIO|UBIGEO|TIPO DE VÍA|NOMBRE DE VÍA|CÓDIGO DE ZONA|TIPO DE ZONA|NÚMERO|INTERIOR|LOTE|DEPARTAMENTO|MANZANA|KILÓMETRO"
modelHeadersTemplate: "ruc,razonSocial,estadoContribuyente,condicionDomicilio,ubigeo,tipoVia,nombreVia,codigoZona,tipoZona,numero,interior,lote,departamento,manzana,kilometro"
---
project:
stage: production-mysql-peru
swarm:
datasources:
data-sources:
SearchpeDS:
driver-name: mysql
user-name: searchpe
password: searchpe
connection-url: jdbc:mysql://searchpe-db:3306/searchpe?useSSL=false
searchpe:
scheduler:
enabled: true
initialExpiration: "00:00:00"
intervalDuration: 86400000
expirationTimeInMillis: 172800000
timeZone: "America/Lima"
deleteIncompleteVersions: true
sunat:
zipURL: "http://www2.sunat.gob.pe/padron_reducido_ruc.zip"
zipFileName: "sunat.zip"
unzipFileName: "sunat.txt"
txtCharset: "ISO-8859-1"
txtRowSkips: 1
txtColumnSplitRegex: "\\|"
txtHeadersTemplate: "RUC|NOMBRE O RAZÓN SOCIAL|ESTADO DEL CONTRIBUYENTE|CONDICIÓN DE DOMICILIO|UBIGEO|TIPO DE VÍA|NOMBRE DE VÍA|CÓDIGO DE ZONA|TIPO DE ZONA|NÚMERO|INTERIOR|LOTE|DEPARTAMENTO|MANZANA|KILÓMETRO"
modelHeadersTemplate: "ruc,razonSocial,estadoContribuyente,condicionDomicilio,ubigeo,tipoVia,nombreVia,codigoZona,tipoZona,numero,interior,lote,departamento,manzana,kilometro"
---
project:
stage: production-postgresql-peru
swarm:
datasources:
data-sources:
SearchpeDS:
driver-name: postgresql
user-name: searchpe
password: searchpe
connection-url: jdbc:postgresql://searchpe-db:5432/searchpe
searchpe:
scheduler:
enabled: true
initialExpiration: "00:00:00"
intervalDuration: 86400000
expirationTimeInMillis: 172800000
timeZone: "America/Lima"
deleteIncompleteVersions: true
sunat:
zipURL: "http://www2.sunat.gob.pe/padron_reducido_ruc.zip"
zipFileName: "sunat.zip"
unzipFileName: "sunat.txt"
txtCharset: "ISO-8859-1"
txtRowSkips: 1
txtColumnSplitRegex: "\\|"
txtHeadersTemplate: "RUC|NOMBRE O RAZÓN SOCIAL|ESTADO DEL CONTRIBUYENTE|CONDICIÓN DE DOMICILIO|UBIGEO|TIPO DE VÍA|NOMBRE DE VÍA|CÓDIGO DE ZONA|TIPO DE ZONA|NÚMERO|INTERIOR|LOTE|DEPARTAMENTO|MANZANA|KILÓMETRO"
modelHeadersTemplate: "ruc,razonSocial,estadoContribuyente,condicionDomicilio,ubigeo,tipoVia,nombreVia,codigoZona,tipoZona,numero,interior,lote,departamento,manzana,kilometro"