Skip to content

Commit

Permalink
improve
Browse files Browse the repository at this point in the history
Change-Id: I6bbb41944699b388ac78e6ad21ee9a51dc8036f7
  • Loading branch information
zhoney committed Dec 10, 2020
1 parent a1b7983 commit db518b5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ cassandra.password=
#jdbc.url=jdbc:postgresql://localhost:5432/
#jdbc.username=postgres
#jdbc.password=
#postgresql.connect_database=template1
#jdbc.postgresql.connect_database=template1

# palo backend config
#palo.host=127.0.0.1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,9 @@ public static synchronized PostgresqlOptions instance() {

public static final ConfigOption<String> POSTGRESQL_CONNECT_DATABASE =
new ConfigOption<>(
"postgresql.connect_database",
"The database used to connect when not specify database.",
"jdbc.postgresql.connect_database",
"The database used to connect when init store, " +
"drop store or check store exist.",
disallowEmpty(),
"template1"
);
Expand Down

0 comments on commit db518b5

Please sign in to comment.