Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
dad
Cines Vitamui
Commits
4441e459
Commit
4441e459
authored
Nov 08, 2021
by
naji
Browse files
configuration build locale
parent
1b253318
Changes
5
Hide whitespace changes
Inline
Side-by-side
api/api-ingest/pom.xml
View file @
4441e459
...
...
@@ -14,7 +14,6 @@
<description>
VITAMUI Ingest API
</description>
<modules>
<module>
ingest-internal
</module>
<module>
ingest-external
</module>
<module>
ingest-internal-client
</module>
<module>
ingest-external-client
</module>
...
...
cas/cas-server/run.sh
View file @
4441e459
#!/bin/bash
mvn clean package
-DskipTests
#
mvn clean package -DskipTests
java
-Dspring
.config.additional-location
=
src/main/config/cas-server-application-dev.yml
-jar
-Xms128m
-Xmx512m
target/cas-server.war
ui/ui-identity/pom.xml
View file @
4441e459
...
...
@@ -209,10 +209,6 @@
</arguments>
</configuration>
</plugin>
<plugin>
<groupId>
com.github.eirslett
</groupId>
<artifactId>
frontend-maven-plugin
</artifactId>
</plugin>
</plugins>
</build>
...
...
ui/ui-pastis-test/src/main/resources/application-dev.yml
View file @
4441e459
...
...
@@ -4,7 +4,7 @@ spring:
config
:
use-legacy-processing
:
true
profiles
:
active
:
dev,swagger
active
:
dev,
swagger
cloud
:
consul
:
#disable for dev
...
...
@@ -22,7 +22,7 @@ server:
key-store-password
:
changme
key-password
:
changeme
enabled-protocols
:
TLSv1.1,TLSv1.2,TLSv1.3
ciphers
:
ECDHE-RSA-AES256-GCM-SHA512:DHE-RSA-AES256-GCM-SHA512:ECDHE-RSA-AES256-GCM-SHA384:DHE-RSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-SHA384
ciphers
:
ECDHE-RSA-AES256-GCM-SHA512:DHE-RSA-AES256-GCM-SHA512:ECDHE-RSA-AES256-GCM-SHA384:DHE-RSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-SHA384
servlet.session.cookie.path
:
/pastis-api
management
:
server
:
...
...
ui/ui-portal/pom.xml
View file @
4441e459
...
...
@@ -200,10 +200,6 @@
</arguments>
</configuration>
</plugin>
<plugin>
<groupId>
com.github.eirslett
</groupId>
<artifactId>
frontend-maven-plugin
</artifactId>
</plugin>
</plugins>
</build>
</project>
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment