This commit is contained in:
ondal
2025-02-15 15:06:01 +09:00
parent 22981e4535
commit 455af41d0d
4 changed files with 25 additions and 8 deletions
+1
View File
@@ -9,6 +9,7 @@
<meta name="description" content="생활 구독 관리 서비스" />
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<script src="%PUBLIC_URL%/runtime-env.js"></script>
<title>마이구독</title>
</head>
<body>
+5
View File
@@ -0,0 +1,5 @@
window.__runtime_config__ = {
MEMBER_URL: 'http://localhost:8081',
MYSUB_URL: 'http://localhost:8082',
RECOMMEND_URL: 'http://localhost:8083'
};