Skip to content

Commit

Permalink
Merge pull request #3 from valdi-labs/custom-url
Browse files Browse the repository at this point in the history
Custom url
  • Loading branch information
mharvilla authored Feb 2, 2024
2 parents bfb6cc5 + 7cd4e6b commit 45dc939
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "valdi"
version = "0.2.3"
version = "0.2.4"
description = "A command-line utility for managing VALDI cloud resources"
authors = [{name = "VALDI", email="[email protected]"}]
license = { file = "LICENSE" }
Expand Down
2 changes: 1 addition & 1 deletion valdi/config/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

class Config:
GOOFYS_URL = 'https://github.com/kahing/goofys/releases/latest/download/goofys'
VALDI_GATEWAY_URL = 'https://gateway.storjshare.io'
VALDI_GATEWAY_URL = 'https://gateway.valdi.ai'
VALDI_CREDENTIALS_FILE = '.valdi/credentials'
GOOFYS_CREDENTIALS_FILE = '~/.aws/credentials'
VALDI_BASE_URL = 'https://api.valdi.ai'
Expand Down

0 comments on commit 45dc939

Please sign in to comment.