Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
students
butter-studio
Commits
d55253a5
Commit
d55253a5
authored
Jul 13, 2021
by
Kim, Subin
Browse files
.env 환경변수 설정 및 적용
parent
3647626e
Changes
2
Hide whitespace changes
Inline
Side-by-side
.env.development
View file @
d55253a5
PG_DATABASE=butterDB
PG_USER=butter
PG_PASSWORD=butter
\ No newline at end of file
PG_PASSWORD=butter
REACT_APP_KAKAO_KEY=a04f2d1d1722f5fbadd556e742465d9f
\ No newline at end of file
client/public/index.html
View file @
d55253a5
...
...
@@ -24,7 +24,7 @@
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<script
type=
"text/javascript"
src=
"//dapi.kakao.com/v2/maps/sdk.js?appkey=
a04f2d1d1722f5fbadd556e742465d9f
&libraries=services"
></script>
<script
type=
"text/javascript"
src=
"//dapi.kakao.com/v2/maps/sdk.js?appkey=
process.env.REACT_APP_KAKAO_KEY
&libraries=services"
></script>
<title>
Butter Studio
</title>
</head>
<body>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment