diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index f79d18c..4a82ad3 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -66,13 +66,13 @@ ncp: server: - port: 8080 -# ssl: -# key-store: classpath:keystore.p12 -# key-store-password: bungmakase -# key-store-type: PKCS12 -# enabled: true -# tomcat: -# threads: -# max: 200 # 최대 스레드 수 -# min-spare: 20 # 최소 대기 스레드 수 \ No newline at end of file + port: 443 + ssl: + key-store: classpath:keystore.p12 + key-store-password: bungmakase + key-store-type: PKCS12 + enabled: true + tomcat: + threads: + max: 200 # 최대 스레드 수 + min-spare: 20 # 최소 대기 스레드 수 \ No newline at end of file