Update dockerfile
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
export const API_URL = 'http://127.0.0.1:8000';
|
||||
import { env } from '$env/dynamic/public';
|
||||
|
||||
export const API_URL = env.PUBLIC_API_URL || 'http://localhost:8080';
|
||||
|
||||
/**
|
||||
* Type definitions for Subscriptions and Notifications
|
||||
|
||||
Reference in New Issue
Block a user