Compare commits
2 Commits
c1c77efaf0
...
04987cc2e8
Author | SHA1 | Date | |
---|---|---|---|
04987cc2e8 | |||
21f4d9dc56 |
@ -18,7 +18,6 @@ Environment Setup
|
||||
Create a .env file at the root with your database, backend url and JWT configuration:
|
||||
|
||||
```env
|
||||
JWT_SECRET=your_jwt_secret
|
||||
DB_HOST=localhost
|
||||
DB_NAME=license_db
|
||||
DB_USER_ADMIN=license_admin
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "license-lib",
|
||||
"version": "1.0.5",
|
||||
"version": "1.0.6",
|
||||
"description": "Simple, secure licensing library for Node.js, React, and Next.js.",
|
||||
"main": "server/index.js",
|
||||
"dependencies": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user