Skip to content

Commit 00abd18

Browse files
committed
Remove dotenv references
1 parent 48f0177 commit 00abd18

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Ackee features a [GraphQL API](docs/API.md) that allows you to build custom tool
6262

6363
### Options
6464

65-
Ackee uses environment variables and supports [`.env` files](https://www.npmjs.com/package/dotenv) in the root of the project if you want to store all variables in one file. [Options »](docs/Options.md)
65+
Ackee uses environment variables and supports `.env` files in the root of the project if you want to store all variables in one file. [Options »](docs/Options.md)
6666

6767
## Miscellaneous
6868

docs/Get started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The node server shows you the UI and receives the request from all of your sites
2424

2525
### 1. Create the configuration
2626

27-
Pull the project and create a [`.env` file](https://www.npmjs.com/package/dotenv) in the root to store all environment variables in one file.
27+
Pull the project and create a `.env` file in the root to store all environment variables in one file.
2828

2929
```
3030
ACKEE_USERNAME=username
@@ -136,7 +136,7 @@ Make sure to install and update all dependencies before you continue. The instal
136136

137137
### 2. Create the configuration
138138

139-
Pull the project and configure Ackee using environment variables or create a [`.env` file](https://www.npmjs.com/package/dotenv) in the root of the project to store all variables in one file.
139+
Pull the project and configure Ackee using environment variables or create a `.env` file in the root of the project to store all variables in one file.
140140

141141
```
142142
ACKEE_MONGODB=mongodb://localhost:27017/ackee

docs/Options.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Options
22

3-
The following environment variables are used by Ackee. You can also create a [`.env` file](https://www.npmjs.com/package/dotenv) in the root of the project to store all variables in one file.
3+
The following environment variables are used by Ackee. You can also create a `.env` file in the root of the project to store all variables in one file. Ackee uses Node.js native [--env-file](https://nodejs.org/en/learn/command-line/how-to-read-environment-variables-from-nodejs) support.
44

55
- [Database](#database)
66
- [Port](#port)

0 commit comments

Comments
 (0)