From f1de4624dc50c9fd8c902bb87458550db5f82054 Mon Sep 17 00:00:00 2001 From: Philipp Rintz Date: Sat, 17 Dec 2022 10:44:44 +0100 Subject: [PATCH] Re-add config/repo.json&users.json and change gitignore --- .gitignore | 2 -- config/repo.json | 1 + config/users.json | 1 + 3 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 config/repo.json create mode 100644 config/users.json diff --git a/.gitignore b/.gitignore index 52cdf55..3447aa9 100644 --- a/.gitignore +++ b/.gitignore @@ -106,5 +106,3 @@ dist # local env files .env*.local -config/repo.json -config/users.json diff --git a/config/repo.json b/config/repo.json new file mode 100644 index 0000000..fe51488 --- /dev/null +++ b/config/repo.json @@ -0,0 +1 @@ +[] diff --git a/config/users.json b/config/users.json new file mode 100644 index 0000000..49ee0e8 --- /dev/null +++ b/config/users.json @@ -0,0 +1 @@ +[{"id":0,"email":"admin@demo.fr","username":"admin","password":"$2a$12$20yqRnuaDBH6AE0EvIUcEOzqkuBtn1wDzJdw2Beg8w9S.vEqdso0a","roles":["admin"]}] \ No newline at end of file