We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a78ca8 commit 4f942d8Copy full SHA for 4f942d8
src/aleph/sdk/conf.py
@@ -24,7 +24,6 @@ class Settings(BaseSettings):
24
REMOTE_CRYPTO_UNIX_SOCKET: Optional[str] = None
25
ADDRESS_TO_USE: Optional[str] = None
26
27
- DEFAULT_CHANNEL: str = "TEST"
28
DEFAULT_RUNTIME_ID: str = (
29
"bd79839bf96e595a06da5ac0b6ba51dea6f7e2591bb913deccded04d831d29f4"
30
)
@@ -34,9 +33,6 @@ class Settings(BaseSettings):
34
33
35
CODE_USES_SQUASHFS: bool = which("mksquashfs") is not None # True if command exists
36
37
- VM_URL_PATH = "https://aleph.sh/vm/{hash}"
38
- VM_URL_HOST = "https://{hash_base32}.aleph.sh"
39
-
40
class Config:
41
env_prefix = "ALEPH_"
42
case_sensitive = False
0 commit comments