update env variable

This commit is contained in:
heyethereum
2024-06-18 23:43:50 +08:00
parent 890a2affb5
commit 1fa79bbd3c
2 changed files with 9 additions and 6 deletions

View File

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