Skip to content

Commit

Permalink
fix(rut): user/:id
Browse files Browse the repository at this point in the history
  • Loading branch information
sibas1 committed Dec 17, 2024
1 parent c804fcb commit c4ffbfe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions client/env.config.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
export interface EnvConfig {
API_URL: string;
APP_URL: string;
NODE_ENV: string;
}
const env: EnvConfig = {
API_URL: process.env.NEXT_PUBLIC_API_URL || 'http://localhost:3000',
APP_URL: process.env.NEXT_PUBLIC_APP_URL || 'http://localhost:8080',
NODE_ENV: process.env.NODE_ENV || 'development',
};

/*export const {
Expand Down

0 comments on commit c4ffbfe

Please sign in to comment.