intellij unable to pick up user environment
This commit is contained in:
2
pom.xml
2
pom.xml
@@ -67,7 +67,7 @@
|
||||
<dependency>
|
||||
<groupId>io.netty</groupId>
|
||||
<artifactId>netty-resolver-dns-native-macos</artifactId>
|
||||
<classifier>osx-x86_64</classifier>
|
||||
<scope>runtime</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
|
||||
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user