File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,5 +17,8 @@ services:
1717 TZ : ${TZ}
1818 JWT_ISSUER : ${JWT_ISSUER}
1919 JWT_SECRET_KEY : ${JWT_SECRET_KEY}
20+ REDIS_HOST : ${REDIS_HOST}
21+ REDIS_PORT : ${REDIS_PORT}
22+ REDIS_PASSWORD : ${REDIS_PASSWORD}
2023 FRONTEND_URL : ${FRONTEND_URL}
2124 restart : always
Original file line number Diff line number Diff line change @@ -40,3 +40,9 @@ logging:
4040jwt :
4141 issuer : myteam.org
4242 secret-key : 401b09eab3c013d4ca54922bb802bec8fd5318192b0a75f201d8b3727429080fb337591abd3e44453b954555b7a0812e1081c39b740293f765eae731f5a65ed1
43+
44+ frontend :
45+ url : https://test.co.kr
46+
47+ server :
48+ port : 9090
Original file line number Diff line number Diff line change 11spring :
22 profiles :
3- active : test
3+ active : dev
44 application :
5- name : myteam-server
6- server :
7- port : 8080
5+ name : myteam-server
You can’t perform that action at this time.
0 commit comments