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