diff options
author | terminaldweller <thabogre@gmail.com> | 2022-06-03 14:48:38 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2022-06-03 14:48:38 +0000 |
commit | 6496bfe08c2c5bae024ae942ed743a5266b30e6d (patch) | |
tree | 542867a6236bc28362956bf307d96d1135335497 /src/main/resources/application.properties | |
parent | wip (diff) | |
download | mdrtl-6496bfe08c2c5bae024ae942ed743a5266b30e6d.tar.gz mdrtl-6496bfe08c2c5bae024ae942ed743a5266b30e6d.zip |
wip, the crud is working, now have to figure out how to update and save the actual text
Diffstat (limited to '')
-rw-r--r-- | src/main/resources/application.properties | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index e40aba9..86a848a 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -8,6 +8,7 @@ spring.jpa.properties.hibernate.format_sql=true server.error.include-message=always server.http2.enabled=true +server.profiles.active=development server.port=8443 server.ssl.enabled=true server.ssl.key-store=/certs/cert.p12 |