Skip to content
Snippets Groups Projects
Commit a490bb22 authored by Lars Johansson's avatar Lars Johansson
Browse files

Remove duplicate application properties

parent 6ddb9ab7
No related branches found
No related tags found
No related merge requests found
......@@ -7,4 +7,4 @@ FROM openjdk:17
# deployment unit
COPY target/naming-backend-*.jar /naming/naming-backend.jar
CMD ["java", "-jar", "/naming/naming-backend.jar", "--spring.config.name=application-docker"]
CMD ["java", "-jar", "/naming/naming-backend.jar", "--spring.config.name=application"]
# ------------------------------------------------------------------------------
# Naming
# ------------------------------------------------------------------------------
# logging
logging.level.org.openepics.names=DEBUG
logutil.stacktrace.length=10
server.port=8083
spring.profiles.active=@spring.profiles.active@
# datasource
spring.datasource.url=jdbc:postgresql://postgres:5432/discs_names
spring.datasource.username=discs_names
spring.datasource.password=discs_names
spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect
spring.jpa.hibernate.ddl-auto=none
spring.jpa.hibernate.show-sql=true
# swagger uI
app.version=0.0.1-SNAPSHOT
openapi.externaldocs.description=ESS Naming Convention
openapi.externaldocs.url=https://chess.esss.lu.se/enovia/link/ESS-0000757/21308.51166.45568.45993/valid
openapi.info.contact.email=Icsscontrolsystemsupport@esss.se
openapi.info.contact.name=Support
openapi.info.contact.url=https://jira.esss.lu.se/projects/NT/issues
openapi.info.description=\
Perform Naming tasks Create Read Update Delete + Approve Cancel Reject \n\n \
Here are some useful links \n \
- [Naming](https://confluence.esss.lu.se/display/SW/Naming+Tool%2C+Cable+DB%2C+CCDB%2C+IOC+Factory%2C+RBAC) in ICS Software toolchain \n \
- [Introduction to Naming REST API](/pdfs/naming_rest_api_brief_introduction.pdf) + [Cheat Sheet](/pdfs/naming_rest_api_cheat_sheet.pdf) \n \
- Excel templates for [names](/templates/NameElementCommand.xlsx) + [structures](/templates/StructureElementCommand.xlsx) \n\n \
Note \n \
- Observe which fields to use for operations client to server. \n \
- Obsolete values are not shown unless history is requested. \n \
- Regular expressions are not supported for searches. Regex-like behavior is available with _ underscore, 0 or 1 occurrences of any character, % percent, any number of any character.
openapi.info.license.name=Copyright (C) 2022 European Spallation Source ERIC.
openapi.info.title=Naming REST API
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment