configurations
This commit is contained in:
parent
971011fa56
commit
a9073c1f60
|
@ -1,12 +1,11 @@
|
||||||
[node]
|
[node]
|
||||||
mode = offline
|
mode = online
|
||||||
hostname = myhostname.isti.cnr.it
|
hostname = idm.isti.cnr.it
|
||||||
protocol= http
|
protocol= http
|
||||||
port = 8080
|
port = 8080
|
||||||
infrastructure = gcube
|
infrastructure = gcube
|
||||||
authorizeChildrenContext = true
|
authorizeChildrenContext = true
|
||||||
publicationFrequencyInSeconds = 60
|
publicationFrequencyInSeconds = 60
|
||||||
|
|
||||||
[properties]
|
[properties]
|
||||||
SmartGearsDistribution = 4.0.0-SNAPSHOT
|
SmartGearsDistribution = 4.0.0-SNAPSHOT
|
||||||
SmartGearsDistributionBundle = UnBundled
|
SmartGearsDistributionBundle = UnBundled
|
||||||
|
|
|
@ -1,12 +1,11 @@
|
||||||
[node]
|
[node]
|
||||||
mode = offline
|
mode = online
|
||||||
hostname = myhostname.isti.cnr.it
|
hostname = idm.isti.cnr.it
|
||||||
protocol= http
|
protocol= http
|
||||||
port = 8080
|
port = 8080
|
||||||
infrastructure = d4science.research-infrastructures.eu
|
infrastructure = gcube
|
||||||
authorizeChildrenContext = true
|
authorizeChildrenContext = true
|
||||||
publicationFrequencyInSeconds = 60
|
publicationFrequencyInSeconds = 60
|
||||||
|
|
||||||
[properties]
|
[properties]
|
||||||
SmartGearsDistribution = 4.0.0-SNAPSHOT
|
SmartGearsDistribution = 4.0.0-SNAPSHOT
|
||||||
SmartGearsDistributionBundle = UnBundled
|
SmartGearsDistributionBundle = UnBundled
|
||||||
|
|
|
@ -0,0 +1,28 @@
|
||||||
|
<configuration scan="true" debug="true">
|
||||||
|
|
||||||
|
<appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender">
|
||||||
|
<encoder>Ï <pattern>%d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n</pattern>
|
||||||
|
</encoder>
|
||||||
|
</appender>
|
||||||
|
|
||||||
|
<logger name="org.gcube.service.idm" level="DEBUG" />
|
||||||
|
<logger name="org.gcube.service.rest" level="DEBUG" />
|
||||||
|
<logger name="org.gcube.smartgears" level="DEBUG" />
|
||||||
|
|
||||||
|
<!--
|
||||||
|
<logger name="org.gcube" level="DEBUG" />
|
||||||
|
<logger name="org.gcube.smartgears" level="TRACE" />
|
||||||
|
<logger name="org.gcube.smartgears.handlers" level="TRACE" />
|
||||||
|
<logger name="org.gcube.common.events" level="WARN" />
|
||||||
|
<logger name="org.gcube.data.publishing" level="ERROR" />
|
||||||
|
<logger name="org.gcube.documentstore" level="ERROR" />
|
||||||
|
<logger name="org.gcube.common.core.publisher.is.legacy" level="TRACE" />
|
||||||
|
<logger name="org.gcube.data.access" level="TRACE" />
|
||||||
|
<logger name="org.gcube.data.access.storagehub.handlers" level="DEBUG" />
|
||||||
|
-->
|
||||||
|
|
||||||
|
<root level="WARN">
|
||||||
|
<appender-ref ref="STDOUT" />
|
||||||
|
</root>
|
||||||
|
|
||||||
|
</configuration>
|
|
@ -1,7 +1,7 @@
|
||||||
<configuration scan="true" debug="true">
|
<configuration scan="true" debug="true">
|
||||||
|
|
||||||
<appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender">
|
<appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender">
|
||||||
<encoder>Ï <pattern>%d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n</pattern>
|
<encoder>Ï <pattern>%-5level %logger{36} - %msg%n</pattern>
|
||||||
</encoder>
|
</encoder>
|
||||||
</appender>
|
</appender>
|
||||||
|
|
||||||
|
@ -21,7 +21,7 @@
|
||||||
<logger name="org.gcube.data.access.storagehub.handlers" level="DEBUG" />
|
<logger name="org.gcube.data.access.storagehub.handlers" level="DEBUG" />
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<root level="WARN">
|
<root level="INFO">
|
||||||
<appender-ref ref="STDOUT" />
|
<appender-ref ref="STDOUT" />
|
||||||
</root>
|
</root>
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,88 @@
|
||||||
|
<settings xmlns="http://maven.apache.org/POM/4.0.0"
|
||||||
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||||
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/settings-1.0.0.xsd">
|
||||||
|
|
||||||
|
<servers>
|
||||||
|
<server>
|
||||||
|
<id>gcube-snapshots</id>
|
||||||
|
<username>gcube-user</username>
|
||||||
|
<password>807d1549e3f98d9</password>
|
||||||
|
</server>
|
||||||
|
</servers>
|
||||||
|
|
||||||
|
|
||||||
|
<mirrors>
|
||||||
|
<mirror>
|
||||||
|
<id>osgeo-release</id>
|
||||||
|
<name>OSGeo Release Repository</name>
|
||||||
|
<url>https://repo.osgeo.org/repository/geotools-releases</url>
|
||||||
|
<mirrorOf>opengeo,OpenGEO</mirrorOf>
|
||||||
|
</mirror>
|
||||||
|
<mirror>
|
||||||
|
<id>osgeo-release</id>
|
||||||
|
<name>OSGeo Repository</name>
|
||||||
|
<url>https://repo.osgeo.org/repository/geotools-releases</url>
|
||||||
|
<mirrorOf>osgeo</mirrorOf>
|
||||||
|
</mirror>
|
||||||
|
<mirror>
|
||||||
|
<id>geoserver-releases</id>
|
||||||
|
<name>Boundless Repository</name>
|
||||||
|
<url>https://repo.osgeo.org/repository/Geoserver-releases</url>
|
||||||
|
<mirrorOf>boundless</mirrorOf>
|
||||||
|
</mirror>
|
||||||
|
<mirror>
|
||||||
|
<id>central</id>
|
||||||
|
<name>Maven Repository Switchboard</name>
|
||||||
|
<url>http://repo1.maven.org/maven2</url>
|
||||||
|
<mirrorOf>central.maven.org</mirrorOf>
|
||||||
|
</mirror>
|
||||||
|
</mirrors>
|
||||||
|
|
||||||
|
<profiles>
|
||||||
|
<profile>
|
||||||
|
<id>gcube-developer</id>
|
||||||
|
<repositories>
|
||||||
|
|
||||||
|
<repository>
|
||||||
|
<id>gcube-snapshots</id>
|
||||||
|
<name>gCube Snapshots</name>
|
||||||
|
<url>https://nexus.d4science.org/nexus/content/repositories/gcube-snapshots</url>
|
||||||
|
<snapshots>
|
||||||
|
<enabled>true</enabled>
|
||||||
|
</snapshots>
|
||||||
|
<releases>
|
||||||
|
<enabled>false</enabled>
|
||||||
|
</releases>
|
||||||
|
</repository>
|
||||||
|
|
||||||
|
<repository>
|
||||||
|
<id>gcube-releases</id>
|
||||||
|
<name>gCube Releases</name>
|
||||||
|
<url>https://nexus.d4science.org/nexus/content/repositories/gcube-releases</url>
|
||||||
|
<snapshots>
|
||||||
|
<enabled>false</enabled>
|
||||||
|
</snapshots>
|
||||||
|
<releases>
|
||||||
|
<enabled>true</enabled>
|
||||||
|
</releases>
|
||||||
|
</repository>
|
||||||
|
|
||||||
|
<repository>
|
||||||
|
<id>gcube-externals</id>
|
||||||
|
<name>gCube Externals</name>
|
||||||
|
<url>https://nexus.d4science.org/nexus/content/repositories/gcube-externals</url>
|
||||||
|
<snapshots>
|
||||||
|
<enabled>false</enabled>
|
||||||
|
</snapshots>
|
||||||
|
<releases>
|
||||||
|
<enabled>true</enabled>
|
||||||
|
</releases>
|
||||||
|
</repository>
|
||||||
|
</repositories>
|
||||||
|
</profile>
|
||||||
|
</profiles>
|
||||||
|
|
||||||
|
<activeProfiles>
|
||||||
|
<activeProfile>gcube-developer</activeProfile>
|
||||||
|
</activeProfiles>
|
||||||
|
</settings>
|
Loading…
Reference in New Issue