Skip to content

Commit 3c290f9

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents e6285a0 + 5346447 commit 3c290f9

File tree

5 files changed

+439
-4
lines changed

5 files changed

+439
-4
lines changed

.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
NEXT_PUBLIC_REACT_APP_API_KEY = 08387dfc64msh94f0df087928182p1213afjsn3aa4359e369c
2-
NEXT_APP_SERVER_URL=http://localhost:5001
2+
NEXT_APP_SERVER_URL = http://localhost:5001

next.config.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
/** @type {import('next').NextConfig} */
22
const nextConfig = {
33
reactStrictMode: true,
4+
env: {
5+
NEXT_PUBLIC_REACT_APP_API_KEY: "08387dfc64msh94f0df087928182p1213afjsn3aa4359e369c",
6+
NEXT_APP_SERVER_URL: "http://localhost:5001",
7+
}
48
}
59

610
module.exports = nextConfig

0 commit comments

Comments
 (0)