Skip to content

Commit

Permalink
to get in line w/ docker
Browse files Browse the repository at this point in the history
  • Loading branch information
Ubuntu committed Sep 10, 2024
1 parent d13b7ed commit 89fcb33
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 5 deletions.
12 changes: 11 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,19 @@ http = "1.1.0"
axum-server = {version = "0.6.0", features = ["tls-rustls"]}
bincode = "1.3.3"
getrandom = "0.2.15"
acme-lib = "0.9.1"
openssl = "0.10.63"
sha2 = "0.10.8"
tokio-postgres = "0.7.2"
rustls = "0.19.0"
webpki-roots = "0.21.0"
tokio-postgres-rustls = "0.8.0"
cuid = "1.3.3"
chrono = "0.4.38"
chrono = "0.4.38"
rand = "0.8.5"
axum-extra = {version="0.9.3", features=["cookie"]}
askama = "0.12.1"

[features]
default = ["https"]
https = []
6 changes: 3 additions & 3 deletions exex.manifest.template
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

# Rust manifest example

libos.entrypoint = "/target/release/teleport"
loader.log_level = "{{ log_level }}"
libos.entrypoint = "target/release/teleport"
loader.log_level = "{{ log_level }}"


loader.env.LD_LIBRARY_PATH = "/usr/local/lib:/usr{{ arch_libdir }}:{{ arch_libdir }}"
Expand Down Expand Up @@ -51,7 +51,7 @@ sgx.allowed_files = [
"file:untrustedhost"
]
sgx.trusted_files = [
"file:/usr{{ arch_libdir }}/",
"file:/usr{{ arch_libdir }}/",
"file:{{ gramine.libos }}",
"file:{{ self_exe }}",
"file:{{ gramine.runtimedir() }}/",
Expand Down
2 changes: 1 addition & 1 deletion teleport.env
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
WS_RPC_URL=wss://base-sepolia.g.alchemy.com/v2/
RPC_URL=https://base-sepolia.g.alchemy.com/v2/
TEE_URL=tee.teleport.cash
TEE_URL=tee.teleport.best
NFT_ADDRESS=0xB92414bA565D8d49E4aaaB45b78b354516006AF1
DB_PATH=NULL

0 comments on commit 89fcb33

Please sign in to comment.