-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathapplication-local.yml
63 lines (58 loc) · 1.8 KB
/
application-local.yml
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
58
59
60
61
62
63
spring:
datasource:
url: jdbc:mysql://localhost:3306/BioStudiesDev
username: root
password: admin
driver-class-name: com.mysql.cj.jdbc.Driver
data:
mongodb:
database: biostudies-dev
uri: mongodb://root:admin@localhost:27017
jpa:
show-sql: false
hibernate:
naming:
physical-strategy: org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl
use-new-id-generator-mappings: false
rabbitmq:
host: localhost
username: manager
password: manager-local
port: 5672
servlet:
multipart:
max-file-size: 10240MB
max-request-size: 10240MB
app:
submissionPath: # Absolute path to the folder to be used as submission storage
ftpPath: # Absolute path to the folder to be used ftp hardlinks
tempDirPath: # Absolute path of the temp folder to store files
requestFilesPath: # Base directory absolute path where request file list are stored.
fireTempDirPath: # Absolute path of the temp folder for FIRE storage
instanceBaseUrl: http://localhost:8080
fire:
host: # FIRE host
username: # FIRE user
password: # FIRE password
version: v1.1
s3:
accessKey: anyAccessKey
secretKey: anySecreteKey
region: anyRegion
endpoint: anyEndpoint
bucket: anyBucket
security:
captchaKey: # Captcha validation token. Not required for local environment
checkCaptcha: false
tokenHash: bio-local
filesDirPath: # Absolute path to the folder to be used for the user/groups files
magicDirPath: # Absolute path to the folder to be used for the user/groups magic folders links
environment: LOCAL
requireActivation: false
persistence:
concurrency: 5
doi:
endpoint: https://test-endpoint.org
uiUrl: https://www.biostudies.ac.uk
user: a-user
password: a-password