-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathapplication.properties
29 lines (28 loc) · 1.13 KB
/
application.properties
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
# Copyright (c) 2016 Daniel Murygin.
#
# This program is free software: you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public License
# as published by the Free Software Foundation, either version 3
# of the License, or (at your option) any later version.
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty
# of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# See the GNU Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public License
# along with this program.
# If not, see <http://www.gnu.org/licenses/>.
#
# Contributors:
# Daniel Murygin
spring.jpa.database=POSTGRESQL
spring.datasource.url=jdbc:postgresql://127.0.0.1:5432/verinicedb
spring.datasource.username=verinice
spring.datasource.password=verinice
spring.jpa.hibernate.ddl-auto=none
org.verinice.rest.jpa.maxsize=1000
org.verinice.rest.jpa.defaultsize=500
org.verinice.rest.jpa.minsize=1
server.port=8081
veriniceserver.realm=Verinice Server NO-COMPANY - CHANGETHIS
veriniceserver.url=http://localhost:8080