-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapplication.yml-default
32 lines (31 loc) · 1.03 KB
/
application.yml-default
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
# Default database/Spring configuration for sic.
# Copy to application.yml in the application's working directory.
spring:
datasource:
url: jdbc:mysql://localhost/sic
username: sic
password: my-very-secure-password
sic:
# Secret code needed to register a new account
registerSecret: my-secret
# Additional HTML to add to the footer
footerText: 'This service is provided by Aperture Laboratories. Change this text in application.yml.'
# Whether to enable random pranks and trolls on the users
enablePranks: false
# The YouTube id of the 'introductory' video
videoUrl: 'cRpdIrq7Rbo'
# access code for guest (readonly) access
guestCode: ''
# additional navbar links
# - caption: Link text
# url: target URL (state:// for Angular UI ui-sref)
navbarLinks:
- caption: 'Neue Zitate'
url: 'state://newquotes'
- caption: 'Beste Zitate'
url: 'state://bestquotes'
- caption: 'Source'
url: 'https://github.com/xxyy/sic'
statsdEnabled: false
statsdHost: 'localhost'
statsdPort: '8125'