-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdocker-compose.override.example.yml
65 lines (47 loc) · 2.18 KB
/
docker-compose.override.example.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
64
65
mc:
ports:
- "11179:8080"
environment:
############################################################################
## For complete list of available variables please visit
## https://github.com/MetadataConsulting/ModelCataloguePlugin/blob/2.x/docs/deployment/environment.adoc
############################################################################
## Change the hostname
METADATA_HOST: localhost:11179
## Setup test accounts
METADATA_DEMO: "true"
## Preloaded models (currently only Java Basic Types)
MC_PRELOAD: "[{\"name\" : \"Java Basic Types\", \"url\" : \"https://s3-eu-west-1.amazonaws.com/datamodels.metadata.org.uk/Java.mc.xml\"}]"
############################################################################
## Mail settings to allow signup
############################################################################
## Allow user registration
# MC_ALLOW_SIGNUP: true
## The email from which to send emails. MUST be set if mail server is enabled
# MC_MAIL_FROM:
## Mail server host, must always be set even if 'localhost'
# MC_MAIL_HOST:
## Mail server port
# MC_MAIL_PORT:
## Mail server username
# MC_MAIL_USERNAME:
## Mail server password
# MC_MAIL_PASSWORD:
## Additional mail configuration as JSON, see https://grails.org/plugin/mail
# MC_MAIL_PROPS:
############################################################################
## Customize the environment
############################################################################
## The name of the application shown in the navigation bar
# MC_NAME: "Metadata Registry Test"
## The html contained in large gray box
# MC_WELCOME_JUMBO:
## The html contained after the grey box
# MC_WELCOME_INFO:
############################################################################
## Set your Google client key and client secret to enable logging in using Google
############################################################################
## Google Client Key
# MC_GOOGLE_KEY: xyz.apps.googleusercontent.com
# Google Client Secret
# MC_GOOGLE_SECRET: s3cr3t