Skip to content

Commit

Permalink
fix: commented out SSL config values
Browse files Browse the repository at this point in the history
  • Loading branch information
markuslevonyak committed Oct 29, 2024
1 parent e88a74e commit a2e8aff
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions service-node-config.env
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ PROTOCOL=0.1.0
# APP_DEBUG=
# APP_HOST=
# APP_PORT=
# APP_SSL_CERTIFICATE=
# APP_SSL_PRIVATE_KEY=
APP_URL='<fill me>'
##### Section: log #####
# APP_LOG_FORMAT=
Expand Down
2 changes: 2 additions & 0 deletions service-node-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ application:
debug: !ENV tag:yaml.org,2002:bool ${APP_DEBUG:false}
host: !ENV ${APP_HOST:127.0.0.1}
port: !ENV tag:yaml.org,2002:int ${APP_PORT:443}
#ssl_certificate: !ENV ${APP_SSL_CERTIFICATE:/etc/pantos/service-node-fullchain.pem}
#ssl_private_key: !ENV ${APP_SSL_PRIVATE_KEY:/etc/pantos/service-node-privkey.pem}
url: !ENV ${APP_URL}
log:
format: !ENV ${APP_LOG_FORMAT:human_readable}
Expand Down

0 comments on commit a2e8aff

Please sign in to comment.