updated README.md and .env
This commit is contained in:
9
example.env
Normal file
9
example.env
Normal file
@@ -0,0 +1,9 @@
|
||||
# Rename to .env
|
||||
|
||||
DB_HOST=your-db-host
|
||||
DB_NAME=license_db
|
||||
DB_USER_ADMIN=license_admin
|
||||
DB_PASS_ADMIN=secure_admin_password
|
||||
DB_USER_READER=license_reader
|
||||
DB_PASS_READER=secure_read_password
|
||||
JWT_SECRET=your_jwt_secret
|
Reference in New Issue
Block a user