+ Добавлена авторизация как отдельная страница
+ Небольшие исправления в JS при ответе от сервера
This commit is contained in:
Alexander Zhirov 2023-06-05 19:48:33 +03:00
parent 639118f781
commit e74c0a1af0
11 changed files with 283 additions and 40 deletions

View file

@ -10,6 +10,10 @@ loglevel => 0 ; 0 - debug, 1 - crit, 2
logoutput => 1, 4 ; 1 - syslog, 2 - stout, 4 - file => example: 1,2 or 1,2,4
logfile => /var/log/daster.log ; if log-output set with 4
[auth]
login =>
password =>
[daster-db]
host => 127.0.0.1
port => 5432