blob: 261aa584279f8e3200e679030dd02d48c0df5270 [file] [log] [blame]
# *******************************************************************************
# Copyright (c) 2019 Contributors to the Eclipse Foundation
#
# See the NOTICE file(s) distributed with this work for additional
# information regarding copyright ownership.
#
# This program and the accompanying materials are made available under the
# terms of the Eclipse Public License v. 2.0 which is available at
# http://www.eclipse.org/legal/epl-2.0.
#
# SPDX-License-Identifier: EPL-2.0
# *******************************************************************************
spring:
datasource:
url: jdbc:postgresql://entopticadirx:5432/GridFailureInfoDevServer
username: ${GFI_DB_USERNAME}
password: ${GFI_DB_PASSWORD}
flyway:
enabled: false
rabbitmq:
host: entdockergss
port: 5672
username: ${GFI_RABBITMQ_USERNAME}
password: ${GFI_RABBITMQ_PASSWORD}
import_exchange: sitImportExchange
failure_import_queue: sitImportQueue
failure_import_routingkey: sitImportExchange.failureImportKey
server:
max-http-header-size: 262144
gridFailureInformation:
autopublish: true
---
spring:
profiles: test
datasource:
url: jdbc:h2:mem:test;DB_CLOSE_DELAY=-1
jpa:
hibernate:
ddl-auto: create
show-sql: true
flyway:
enabled: false
---
spring:
profiles: devserver
server:
port: 9175
---
spring:
profiles: devserver-unsecure
server:
port: 9176
---
spring:
profiles: qserver
datasource:
url: jdbc:postgresql://localhost:5432/GridFailureInfoQaServer
username: ${GFI_DB_USERNAME}
password: ${GFI_DB_PASSWORD}
flyway:
enabled: false
rabbitmq:
host: localhost
port: 5672
username: ${GFI_RABBITMQ_USERNAME}
password: ${GFI_RABBITMQ_PASSWORD}
import_exchange: sitImportExchange
failure_import_queue: sitImportQueue
failure_import_routingkey: sitImportExchange.failureImportKey
server:
port: 9175
max-http-header-size: 262144
servlet:
session:
tracking-modes: cookie
swagger:
baseUrl: /testImporter