Skip to content

Commit

Permalink
testing solution to uploaded file view error (process env var isn't b…
Browse files Browse the repository at this point in the history
…eing found despite being correctly laoded in) -- adding declaration of env var to next.config.js
  • Loading branch information
siddheshraze committed Sep 30, 2024
1 parent 2462135 commit f44515f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ const nextConfig = withBundleAnalyzer({
AZURE_SQL_PORT: process.env.AZURE_SQL_PORT,
AZURE_SQL_SCHEMA: process.env.AZURE_SQL_SCHEMA,
AZURE_SQL_CATALOG_SCHEMA: process.env.AZURE_SQL_CATALOG_SCHEMA,
AZURE_STORAGE_CONNECTION_STRING: process.env.AZURE_STORAGE_CONNECTION_STRING,
FG_PAT: process.env.FG_PAT,
OWNER: process.env.OWNER,
REPO: process.env.REPO
Expand Down

0 comments on commit f44515f

Please sign in to comment.