-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bye-bye mapfishapp, so long and thanks for all the fish^Wmaps !
drop extractorapp too while here. cf georchestra/datadir#282, georchestra/datadir#287, georchestra/georchestra#3919, georchestra/georchestra#3815, georchestra/georchestra#3661, georchestra/georchestra#3732, georchestra/georchestra#3814, georchestra/georchestra#3847
- Loading branch information
Showing
20 changed files
with
182 additions
and
1,820 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
<configuration> | ||
<appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender"> | ||
<encoder> | ||
<pattern>%d %-5level %logger{36} - %msg%n</pattern> | ||
</encoder> | ||
</appender> | ||
|
||
<logger name="org.georchestra.cadastrapp" level="INFO" /> | ||
<logger name="org.springframework" level="INFO" /> | ||
|
||
<!-- database --> | ||
<logger name="org.hibernate.SQL" level="INFO" /> | ||
<logger name="org.hibernate.type" level="INFO" /> | ||
<logger name="org.springframework.jdbc.core.JdbcTemplate" level="INFO" /> | ||
|
||
<!-- services --> | ||
<logger name="org.apache.cxf" level="WARN" /> | ||
|
||
<!-- pdf generation --> | ||
<logger name="org.apache.xmlgraphics" level="WARN" /> | ||
<logger name="org.apache.fop" level="WARN" /> | ||
|
||
<!-- image generation --> | ||
<logger name="org.geotools" level="WARN" /> | ||
<logger name="com.vividsolutions.jts" level="WARN" /> | ||
|
||
<!-- purge trace with quartz --> | ||
<logger name="org.quartz.core.QuartzSchedulerThread" level="WARN" /> | ||
|
||
<!-- swagger info --> | ||
<logger name="springfox.documentation" level="WARN" /> | ||
|
||
<appender name="FILE" class="ch.qos.logback.core.FileAppender"> | ||
<file>/tmp/cadastrapp.log</file> | ||
<encoder> | ||
<pattern>%d [%thread] %-5level /%X{uri} - %X{sec-username:-nouser} - %X{sec-roles:-norole} - %X{sec-org:-noorg} -%logger{36} - %msg%n</pattern> | ||
</encoder> | ||
</appender> | ||
|
||
|
||
<root level="INFO"> | ||
<appender-ref ref="FILE" /> | ||
</root> | ||
</configuration> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
28 changes: 0 additions & 28 deletions
28
roles/georchestra/templates/extractorapp/log4j.properties.j2
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,134 @@ | ||
server: | ||
# address: localhost | ||
port: 8480 | ||
forward-headers-strategy: FRAMEWORK | ||
instance-id: ${spring.application.name}:${spring.application.instance_id:${spring.cloud.client.ip-address}}:${server.port} | ||
servlet: | ||
context-path: /ogc-api-records | ||
encoding: | ||
charset: UTF-8 | ||
force-response: true | ||
management: | ||
health.ldap.enabled: false | ||
eureka: | ||
client: | ||
enabled: false | ||
registerWithEureka: false | ||
fetch-registry: false | ||
|
||
spring: | ||
profiles: standalone | ||
rabbitmq.host: localhost | ||
datasource: | ||
driver-class-name: org.postgresql.Driver | ||
url: jdbc:postgresql://localhost:5432/georchestra?currentSchema=geonetwork | ||
username: geonetwork | ||
password: geonetwork | ||
jpa: | ||
database-platform: org.hibernate.dialect.PostgreSQLDialect | ||
jpa.generate-ddl: false | ||
jpa.hibernate.ddl-auto: none | ||
cloud: | ||
config: | ||
discovery: | ||
enabled: false | ||
enabled: false | ||
|
||
gn: | ||
baseurl: https://georchestra.dev.craig.fr/geonetwork | ||
legacy.url: https://georchestra.dev.craig.fr/geonetwork | ||
language: | ||
default: fre | ||
linkToLegacyGN4: true | ||
site: | ||
name: GeoNetwork | ||
organization: opensource | ||
index: | ||
url: http://ids3.fluela:9200 | ||
records: gn-records-demo | ||
username: "gn_user" | ||
password: 8bVAgDPeNlNR9Y4H | ||
search: | ||
queryFilter: '+isTemplate:n AND -indexingError:true' # only show relevant records | ||
trackTotalHits: true | ||
formats: | ||
- name: html | ||
mimeType: text/html | ||
responseProcessor: JsonUserAndSelectionAwareResponseProcessorImpl | ||
operations: | ||
- root | ||
- collections | ||
- collection | ||
- items | ||
- item | ||
- name: xml | ||
mimeType: application/xml | ||
responseProcessor: XmlResponseProcessorImpl | ||
operations: | ||
- root | ||
- collections | ||
- collection | ||
- items | ||
- item | ||
- name: json | ||
mimeType: application/json | ||
responseProcessor: JsonUserAndSelectionAwareResponseProcessorImpl | ||
operations: | ||
- root | ||
- collections | ||
- collection | ||
- items | ||
- item | ||
- name : gn | ||
mimeType : application/gn+xml | ||
responseProcessor: XsltResponseProcessorImpl | ||
- name: opensearch | ||
mimeType: application/opensearchdescription+xml | ||
operations: | ||
- collection | ||
- name : schema.org | ||
mimeType : application/ld+json | ||
responseProcessor: JsonLdResponseProcessorImpl | ||
operations: | ||
- items | ||
- item | ||
- name: dcat | ||
mimeType: application/rdf+xml | ||
responseProcessor: DcatCatalogResponseProcessorImpl | ||
operations: | ||
- items | ||
- item | ||
- name : dcat_turtle | ||
mimeType : text/turtle | ||
responseProcessor: JsonUserAndSelectionAwareResponseProcessorImpl | ||
operations : | ||
- item | ||
- name : rss | ||
mimeType : application/rss+xml | ||
responseProcessor: RssResponseProcessorImpl | ||
operations: | ||
- items | ||
- name : geojson | ||
mimeType : application/geo+json | ||
responseProcessor: GeoJsonResponseProcessorImpl | ||
operations: | ||
- items | ||
- item | ||
defaultMimeType: text/html | ||
|
||
logging: | ||
level: | ||
# geonetwork roots | ||
org.fao.geonet: DEBUG | ||
org.fao.geonet.ogcapi: DEBUG | ||
org.fao.geonet.searching: INFO | ||
springfox: | ||
documentation: | ||
swaggerUi: | ||
baseUrl: /openapi | ||
openApi: | ||
v3: | ||
path: /openapi/v3/api-docs | ||
swagger: | ||
v2 : | ||
path: /openapi/v2/api-docs |
Oops, something went wrong.