We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec7d80b commit f5f2660Copy full SHA for f5f2660
1 file changed
src/main/resources/application.yml
@@ -26,19 +26,6 @@ conf:
26
"visible": false,
27
"description": "Embedded db for unit tests only"
28
}
29
- - name: demo-db
30
- host: 127.0.0.1
31
- properties: >
32
- {
33
- "sql.dialect": "postgres",
34
- "fs.base.folder": "conf/sql-config/database",
35
- "jdbc.url": "jdbc:postgresql://81.23.10.106:5432/postgres",
36
- "jdbc.driver.class.name": "org.postgresql.Driver",
37
- "jdbc.user": "postgres",
38
- "jdbc.password": "postgres",
39
- "os.query.rest.port": "8082",
40
- "description": "Embedded db for unit tests only"
41
- }
42
43
server:
44
port: 8007
0 commit comments