intellij unable to pick up user environment

This commit is contained in:
heyethereum
2024-07-11 08:00:22 +08:00
parent ccd6baf0d7
commit 5c30821683
2 changed files with 2 additions and 7 deletions

View File

@@ -1,10 +1,5 @@
spring.application.name=SafeQR-app
spring.profiles.active=local
http.port=${HTTP_PORT}
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}
#{SERVER_SSL_KEY_STORE_LOCATION}
server.ssl.key-store-password=${SERVER_SSL_KEY_STORE_PASSWORD}
server.ssl.key-alias=${SERVER_SSL_KEY_ALIAS}
trust.store=${SERVER_SSL_TRUST_STORE_LOCATION}