Skip to content

Commit

Permalink
Add logging of environment variable in App.js
Browse files Browse the repository at this point in the history
  • Loading branch information
prasadhonrao committed Oct 25, 2024
1 parent 407d19b commit 474dacf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/webapp/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ import { AuthProvider } from './contexts/AuthContext';
import Layout from './components/Layout';

function App() {
// Log environment variables
console.log('REACT_APP_DEVCAMPER_BASE_API_URI:', process.env.REACT_APP_DEVCAMPER_BASE_API_URI);

return (
<AuthProvider>
<BrowserRouter>
Expand Down

0 comments on commit 474dacf

Please sign in to comment.