This commit is contained in:
2024-05-29 22:42:08 +02:00
parent 72a7841748
commit 37ac187e6e
4 changed files with 7 additions and 5 deletions

View File

@@ -1,5 +1,7 @@
import { env as e } from '$env/dynamic/public'
export const env = {
api_url: "http://localhost:3000",
youpage: "http://localhost:3002",
sites_host: "127.0.0.1.nip.io:3001"
api_url: e.PUBLIC_API_URL || "",
frontend_url: e.PUBLIC_FRONTEND_URL || "",
sites_url: e.PUBLIC_SITES_URL || ""
}