Skip to content

Commit

Permalink
chore: Change LoginSecurity jdbc-url from h2 to sqlite
Browse files Browse the repository at this point in the history
  • Loading branch information
bivashy committed Nov 22, 2023
1 parent bc1b21b commit 2c3c9af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/resources/configurations/import.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import:
# Миграция с LoginSecurity (Без поддержки лицензионных аккаунтов)
loginsecurity:
# Значение по умолчанию указано для базы данных H2
jdbc-url: 'jdbc:h2:./plugins/limboauth/limboauth-v2/LIMBOAUTH-V2'
jdbc-url: 'jdbc:sqlite:./plugins/mcauth/internal/sql/LoginSecurity.db'
username: ''
password: ''
# Значение по умолчанию ls_players
Expand Down

0 comments on commit 2c3c9af

Please sign in to comment.