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
+16Lines changed: 16 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -110,6 +110,22 @@ The following parameters can be set in config files or in env variables:
110
110
npm run lint:fix
111
111
```
112
112
113
+
4. Local config
114
+
115
+
In the `taas-es-processor` root directory create `.env` file with the next environment variables. Values for**Auth0 config** should be shared with you on the forum.<br>
116
+
117
+
```bash
118
+
# Auth0 config
119
+
AUTH0_URL=
120
+
AUTH0_AUDIENCE=
121
+
AUTH0_AUDIENCE_UBAHN=
122
+
AUTH0_CLIENT_ID=
123
+
AUTH0_CLIENT_SECRET=
124
+
```
125
+
126
+
- Values from this file would be automatically used by many `npm` commands.
127
+
- ⚠️ Never commit this file or its copy to the repository!
0 commit comments