Skip to content

Commit

Permalink
Update config.toml.sample
Browse files Browse the repository at this point in the history
Modify default port to de-conflict with sandstorm-admin-wrapper on the same host
  • Loading branch information
Joe-Klauza authored Mar 21, 2023
1 parent 0c294b1 commit ed2e212
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/config.toml.sample
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
admin_interface_bind_ip = "127.0.0.1" # Set to "0.0.0.0" to allow external connections; bad idea without user roles (use SSH port forwarding for now to access from another machine)
admin_interface_bind_port = "51422" # The port you'll use to access the web interface. Certbot/NGINX can be used to forward requests at ports 80/443
admin_interface_bind_port = "51423" # The port you'll use to access the web interface. Certbot/NGINX can be used to forward requests at ports 80/443
admin_interface_use_ssl = true # Whether to use SSL; you may want to disable this if you have NGINX handling your SSL communications
admin_interface_verify_ssl = false # Whether to verify SSL connections
admin_interface_ssl_cert = "/etc/letsencrypt/live/your-domain.com/fullchain.pem" # Only applicable if using SSL; WEBrick will generate ones if these don't exist
Expand Down

0 comments on commit ed2e212

Please sign in to comment.