fix(ci/config): Update CI workflow environment variables, refine package metadata, and improve configuration settings
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
# @push.rocks/smartmongo
|
||||
|
||||
create a local mongodb for testing
|
||||
|
||||
## Install
|
||||
@@ -52,7 +53,7 @@ console.log(mongoDescriptor.mongoDbUrl); // Use this URL to connect with Mongoos
|
||||
Once your tests have completed or you're done using the MongoDB instance, it’s crucial to properly stop and clean up the resources. `@push.rocks/smartmongo` provides two methods for this purpose:
|
||||
|
||||
1. **stop()**: Stops the MongoDB instance without persisting any data.
|
||||
|
||||
|
||||
```typescript
|
||||
await myDbInstance.stop();
|
||||
```
|
||||
@@ -85,7 +86,7 @@ Using `@push.rocks/smartmongo` significantly simplifies the process of managing
|
||||
|
||||
## License and Legal Information
|
||||
|
||||
This repository contains open-source code that is licensed under the MIT License. A copy of the MIT License can be found in the [license](license) file within this repository.
|
||||
This repository contains open-source code that is licensed under the MIT License. A copy of the MIT License can be found in the [license](license) file within this repository.
|
||||
|
||||
**Please note:** The MIT License does not grant permission to use the trade names, trademarks, service marks, or product names of the project, except as required for reasonable and customary use in describing the origin of the work and reproducing the content of the NOTICE file.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user