Dump changes

This commit is contained in:
Andrey Chervyakov 2021-10-09 21:33:03 +06:00
parent b49c6ced26
commit a4b572dcc7
40 changed files with 186 additions and 37 deletions

View file

@ -1,13 +1,13 @@
CGNO_ID_JWT_SECRET=secret
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
DB_USERNAME=root
DB_PASSWORD=root
DB_HOST=127.0.0.1
DB_NAME=cgno-id
#
# Root
CGNO_ROOT_EMAIL=cognioandrey@gmail.com
CGNO_ROOT_PASSWORD=password
ROOT_EMAIL=cognioandrey@gmail.com
ROOT_PASSWORD=password
#