updated README.md and .env

This commit is contained in:
2025-03-19 10:33:31 -05:00
parent 61a6123b06
commit 940b675c53
4 changed files with 21 additions and 2 deletions

9
example.env Normal file
View 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