Skip to content

Commit 4f942d8

Browse files
committed
Fix: Remove non relevant settings
1 parent 7a78ca8 commit 4f942d8

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/aleph/sdk/conf.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ class Settings(BaseSettings):
2424
REMOTE_CRYPTO_UNIX_SOCKET: Optional[str] = None
2525
ADDRESS_TO_USE: Optional[str] = None
2626

27-
DEFAULT_CHANNEL: str = "TEST"
2827
DEFAULT_RUNTIME_ID: str = (
2928
"bd79839bf96e595a06da5ac0b6ba51dea6f7e2591bb913deccded04d831d29f4"
3029
)
@@ -34,9 +33,6 @@ class Settings(BaseSettings):
3433

3534
CODE_USES_SQUASHFS: bool = which("mksquashfs") is not None # True if command exists
3635

37-
VM_URL_PATH = "https://aleph.sh/vm/{hash}"
38-
VM_URL_HOST = "https://{hash_base32}.aleph.sh"
39-
4036
class Config:
4137
env_prefix = "ALEPH_"
4238
case_sensitive = False

0 commit comments

Comments
 (0)