Skip to content

Commit

Permalink
Change default jdbc-url to consistent one
Browse files Browse the repository at this point in the history
  • Loading branch information
bivashy committed Feb 18, 2024
1 parent a4f42ab commit 0674e76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/src/main/resources/configurations/import.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ import:
limboauth:
driver-url: 'https://repo1.maven.org/maven2/com/h2database/h2/2.2.224/h2-2.1.214.jar'
# Значение по умолчанию указано для базы данных H2
jdbc-url: 'jdbc:h2:./plugins/limboauth/limboauth-v2/LIMBOAUTH-V2'
jdbc-url: 'jdbc:h2:./plugins/limboauth/limboauth-v2'
username: ''
password: ''
# Миграция с LoginSecurity (Без поддержки лицензионных аккаунтов)
loginsecurity:
type: SQLITE
# Значение по умолчанию указано для базы данных H2
jdbc-url: 'jdbc:sqlite:./plugins/mcauth/internal/sql/LoginSecurity.db'
jdbc-url: 'jdbc:sqlite:./plugins/loginsecurity/LoginSecurity.db'
username: ''
password: ''
# Значение по умолчанию ls_players
Expand Down

0 comments on commit 0674e76

Please sign in to comment.