diff options
-rw-r--r-- | README.md | 16 |
1 files changed, 1 insertions, 15 deletions
@@ -14,18 +14,4 @@ cd juick ``` -По адресу http://localhost:8080/h2-console доступна консоль бд. Параметры подключения: - -``` -Driver Class: org.h2.Driver -JDBC URL: jdbc:h2:mem:testdb -User Name: sa -Password: пустой -``` - -Необходимо подключиться и создать пользователя: - -``` - insert into users (id, nick, passw) values (1, 'ugnich', 'fuckthis'); - insert into logins (user_id, hash) values (1, 'fuckthisverymuch'); -``` +Для входа можно использовать логин juick и пароль password. |