feat(project): init
This commit is contained in:
9
.env.example
Normal file
9
.env.example
Normal file
@@ -0,0 +1,9 @@
|
||||
SERVICE_NAME=iam-service
|
||||
LOG_LEVEL=info
|
||||
LOG_TO_FILE=false
|
||||
LOG_DIR=./log
|
||||
LOG_FILE_NAME=iam.log
|
||||
|
||||
DATABASE_URL=postgres://iam_service_user:iam_service_password@localhost:5432/iam_service_db
|
||||
JWT_SECRET=please_replace_with_a_secure_random_string
|
||||
PORT=3000
|
||||
Reference in New Issue
Block a user