Re-add config/repo.json&users.json and change gitignore

This commit is contained in:
Philipp Rintz 2022-12-17 10:44:44 +01:00
parent d9d1156cfb
commit f1de4624dc
3 changed files with 2 additions and 2 deletions

2
.gitignore vendored
View file

@ -106,5 +106,3 @@ dist
# local env files
.env*.local
config/repo.json
config/users.json

1
config/repo.json Normal file
View file

@ -0,0 +1 @@
[]

1
config/users.json Normal file
View file

@ -0,0 +1 @@
[{"id":0,"email":"admin@demo.fr","username":"admin","password":"$2a$12$20yqRnuaDBH6AE0EvIUcEOzqkuBtn1wDzJdw2Beg8w9S.vEqdso0a","roles":["admin"]}]