Skip to content

V4 로그인구현 #365

Answered by raravel
leechangseok917 asked this question in Q&A
Jun 7, 2021 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

process.env는 환경변수를 등록하라는 것이지, 거기에다 정보를 집어넣는 게 아닙니다.
하드코딩으로 진행하실거면 그냥 직접 넣으면 됩니다.

var DEVICE_UUID = 'jsEOgJDP270ZMhriuAO06+EcrYO8dGkwpbKxGEK7GZKuGSsWj9wSHyGKWW6+vU7n4CStlHJOGWGuvo9fuk1f/A==';
var DEVICE_NAME = 'user';
var EMAIL = '***********';
var PASSWORD = '***************';

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@leechangseok917
Comment options

Answer selected by leechangseok917
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants