Skip to content

Commit

Permalink
Changed env var from json to str
Browse files Browse the repository at this point in the history
  • Loading branch information
jennymar committed Jun 1, 2024
1 parent a642ca7 commit f95a309
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/app/admin/util/validateEnv.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export default cleanEnv(
},
{
NEXT_PUBLIC_BACKEND_URL: str(), // URL of our backend
NEXT_PUBLIC_FIREBASE_SETTINGS: json(), // Firebase settings for frontend, stored as a JSON string
NEXT_PUBLIC_FIREBASE_SETTINGS: str(), // Firebase settings for frontend
NEXT_PUBLIC_PAYPAL_CLIENT_SECRET: str(),
NEXT_PUBLIC_PAYPAL_CLIENT_ID: str(),
},
Expand Down

0 comments on commit f95a309

Please sign in to comment.