This repository was archived by the owner on Jan 14, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapplication.yml
More file actions
57 lines (51 loc) · 1.32 KB
/
application.yml
File metadata and controls
57 lines (51 loc) · 1.32 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
# --------------------------------------------------------
# These properties are the local development properties.
#
# Spring boot uses this file when the application is launched
# with the root of the project set as the working directory.
# These properties take precedence over the classpath
# application.yml.
#
# Using gradle from the commandline means the working
# directory is by default the project root.
#
# Using Intellij you need to setup your run config so the
# working directory is the project root.
# --------------------------------------------------------
server:
port: 8088
logging:
level:
org:
opentestsystem:
ap:
ibms: "debug"
common: "info"
---
spring:
profiles: dev-rabbit
rabbitmq:
username: "fw-imrt"
password: "${IAT_RABBIT_PASSWORD}"
---
spring:
profiles: dev
datasource:
url: "jdbc:postgresql://imrt-qa-db.cjqp2fdamfoh.us-east-2.rds.amazonaws.com:5432/iat"
tomcat:
max-active: 2
itembank:
aws:
bucketName: "iat-development"
versionedBucketName: "iat-development-versioned"
---
spring:
profiles: uat
datasource:
url: "jdbc:postgresql://imrt-db-uat-aurora.cjqp2fdamfoh.us-east-2.rds.amazonaws.com:5432/iat"
tomcat:
max-active: 2
itembank:
aws:
bucketName: "iat-uat"
versionedBucketName: "iat-uat-versioned"