Add environment variables & add .env to gitignore
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
API_URL=http://localhost:1337
|
||||
NEXT_PUBLIC_API_URL=$API_URL
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,2 @@
|
||||
API_URL=http://localhost:1337
|
||||
NEXT_PUBLIC_API_URL=$API_URL
|
||||