Commit existing codebase

This commit is contained in:
Andrey Chervyakov 2021-02-25 01:39:14 +06:00
commit 49bc902bb9
24 changed files with 1208 additions and 0 deletions

8
.env.dev Normal file
View file

@ -0,0 +1,8 @@
CGNO_ID_JWT_SECRET=secret
# Database
CGNO_ID_DB_USERNAME=root
CGNO_ID_DB_PASSWORD=root
CGNO_ID_DB_HOST=127.0.0.1
CGNO_ID_DB_NAME=cgno-id
#