Skip to content

Commit

Permalink
feat: adjust envs
Browse files Browse the repository at this point in the history
  • Loading branch information
r1skz3ro committed Jun 25, 2024
1 parent 93e6e2b commit 3b6597e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .envexample
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ FUSIONAUTH_URL: http://fusionauth:9011
FUSIONAUTH_APPLICATION_ID: 23e4b229-1219-42e5-aed6-f9b6f1eedef8

# Frontend
API_BASE_URL=http://proxy/cpf/api
NEXT_PUBLIC_API_BASE_URL: http://proxy/cpf/api
2 changes: 1 addition & 1 deletion frontend/src/api/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const baseUrl = process.env.NEXT_PUBLIC_BASE_URL;
const baseUrl = process.env.NEXT_PUBLIC_API_BASE_URL;

export const API_URLS = {
library: {
Expand Down

0 comments on commit 3b6597e

Please sign in to comment.