blob: 1e61e5f5c75cd3f8cb8e1ac2aea54217539e50c3 [file] [log] [blame]
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
/* config options here */
env: {
NEXT_PUBLIC_NGINX_URL: "http://localhost:65/",
PUBLIC_URL:"http://127.0.0.1:4523/m1/6387307-6083949-default",
},
};
export default nextConfig;