We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec68c59 commit ae0c568Copy full SHA for ae0c568
src/content/4/fi/osa4a.md
@@ -57,8 +57,8 @@ Ympäristömuuttujien käsittely on eriytetty moduulin <i>utils/config.js</i> va
57
```js
58
require('dotenv').config()
59
60
-let PORT = process.env.PORT
61
-let MONGODB_URI = process.env.MONGODB_URI
+const PORT = process.env.PORT
+const MONGODB_URI = process.env.MONGODB_URI
62
63
module.exports = { MONGODB_URI, PORT }
64
```
0 commit comments