mirror of
https://github.com/logos-storage/get.codex.storage.git
synced 2026-01-04 22:23:12 +00:00
fix: adjust codex variables to the release 0.2.0
This commit is contained in:
parent
29fbcc1db5
commit
accb0f1865
2
run.sh
2
run.sh
@ -17,7 +17,7 @@ export MSYS_NO_PATHCONV=1
|
||||
|
||||
export CODEX_DATA_DIR="${CODEX_DATA_DIR:-./codex-data}"
|
||||
export CODEX_STORAGE_QUOTA="${CODEX_STORAGE_QUOTA:-10g}"
|
||||
export CODEX_NAT="${CODEX_NAT:-$(curl -s https://ip.codex.storage)}"
|
||||
export CODEX_NAT="${CODEX_NAT:-extip:$(curl -s https://ip.codex.storage)}"
|
||||
export CODEX_API_PORT="${CODEX_API_PORT:-8080}"
|
||||
export CODEX_DISC_PORT="${CODEX_DISC_PORT:-8090}"
|
||||
export CODEX_LISTEN_ADDRS="${CODEX_LISTEN_ADDRS:-/ip4/0.0.0.0/tcp/8070}"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user