Skip to content

Instantly share code, notes, and snippets.

@fasterthanlime
Created May 16, 2022 00:17
Show Gist options
  • Save fasterthanlime/d42f15a90b7a065967855b643630c708 to your computer and use it in GitHub Desktop.
Save fasterthanlime/d42f15a90b7a065967855b643630c708 to your computer and use it in GitHub Desktop.
app = "cove"
[build]
image = "bearcove/cove"
[[services]]
internal_port = 3700
protocol = "tcp"
[[services.port]]
handlers = ["http"]
port = "80"
http_options = {}
[[services.port]]
handlers = ["http", "tls"]
port = "443"
http_options = {}
[env]
RUST_BACKTRACE = "1"
RUST_LOG = "warn"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment