Improve the name-editor
This commit is contained in:
7
frontend/src/config.js
Normal file
7
frontend/src/config.js
Normal file
@@ -0,0 +1,7 @@
|
||||
// Environment-specific configuration
|
||||
const config = {
|
||||
baseUrl: import.meta.env.VITE_APP_BASE_URL || 'https://hutopy.ca',
|
||||
apiUrl: import.meta.env.VITE_APP_API_URL || 'https://hutopy.ca/api',
|
||||
};
|
||||
|
||||
export default config;
|
||||
Reference in New Issue
Block a user