update env variable

This commit is contained in:
heyethereum
2024-06-18 22:16:23 +08:00
parent 0920afefca
commit 890a2affb5

View File

@@ -1,7 +1,7 @@
spring.application.name=SafeQR-app spring.application.name=SafeQR-app
#spring.profiles.active=local #spring.profiles.active=local
http.port=${HTTP_PORT} http.port=${HTTP_PORT}
server.port=${SERVER_PORT} server.port=8081
server.ssl.enabled=true server.ssl.enabled=true
server.ssl.key-store-type=${SERVER_SSL_KEY_STORE_TYPE} server.ssl.key-store-type=${SERVER_SSL_KEY_STORE_TYPE}
server.ssl.key-store=${SERVER_SSL_KEY_STORE_LOCATION} server.ssl.key-store=${SERVER_SSL_KEY_STORE_LOCATION}