You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,7 +62,7 @@ Ackee features a [GraphQL API](docs/API.md) that allows you to build custom tool
62
62
63
63
### Options
64
64
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)
Copy file name to clipboardExpand all lines: docs/Get started.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ The node server shows you the UI and receives the request from all of your sites
24
24
25
25
### 1. Create the configuration
26
26
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.
28
28
29
29
```
30
30
ACKEE_USERNAME=username
@@ -136,7 +136,7 @@ Make sure to install and update all dependencies before you continue. The instal
136
136
137
137
### 2. Create the configuration
138
138
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.
Copy file name to clipboardExpand all lines: docs/Options.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Options
2
2
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.
0 commit comments