Skip to content

Commit f5f2660

Browse files
committed
#326 clear application.yml
1 parent ec7d80b commit f5f2660

1 file changed

Lines changed: 0 additions & 13 deletions

File tree

src/main/resources/application.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -26,19 +26,6 @@ conf:
2626
"visible": false,
2727
"description": "Embedded db for unit tests only"
2828
}
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-
}
4229
4330
server:
4431
port: 8007

0 commit comments

Comments
 (0)