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