Compare commits

..

No commits in common. "master" and "master" have entirely different histories.

2 changed files with 7 additions and 7 deletions

12
.env
View file

@ -12,11 +12,11 @@ NEOGO_VERSION=0.104.0
NEOGO_IMAGE=nspccdev/neo-go
# FrostFS InnerRing nodes
IR_VERSION=0.42.9
IR_VERSION=v0.42.9
IR_IMAGE=git.frostfs.info/truecloudlab/frostfs-ir
# FrostFS Storage nodes
NODE_VERSION=0.42.9
NODE_VERSION=v0.42.9
NODE_IMAGE=git.frostfs.info/truecloudlab/frostfs-storage
# NATS Server
@ -24,7 +24,7 @@ NATS_VERSION=2.7.2
NATS_IMAGE=nats
# HTTP Gate
HTTP_GW_VERSION=0.30.2
HTTP_GW_VERSION=0.28.0-rc.1-15-g5ae75eb9
HTTP_GW_IMAGE=truecloudlab/frostfs-http-gw
# REST Gate
@ -32,7 +32,7 @@ REST_GW_VERSION=c9c85e90
REST_GW_IMAGE=truecloudlab/frostfs-rest-gw
# S3 Gate
S3_GW_VERSION=0.30.4
S3_GW_VERSION=0.28.0-rc.1-51-g9272f4e1
S3_GW_IMAGE=truecloudlab/frostfs-s3-gw
# FrostFS LOCODE database
@ -40,12 +40,12 @@ LOCODE_DB_URL=https://git.frostfs.info/attachments/a2e8def7-52b6-49f1-89cd-a0567
#LOCODE_DB_PATH=/path/to/locode_db
# FrostFS CLI binary
FROSTFS_CLI_URL=https://git.frostfs.info/TrueCloudLab/frostfs-node/releases/download/v${NODE_VERSION}/frostfs-cli
FROSTFS_CLI_URL=https://git.frostfs.info/TrueCloudLab/frostfs-node/releases/download/${NODE_VERSION}//frostfs-cli
#FROSTFS_CLI_PATH=/path/to/frostfs-cli-binary
# FrostFS ADM tool binary
FROSTFS_ADM_VERSION=498f9955ea
FROSTFS_ADM_URL=https://git.frostfs.info/TrueCloudLab/frostfs-node/releases/download/v${NODE_VERSION}/frostfs-adm
FROSTFS_ADM_URL=https://git.frostfs.info/TrueCloudLab/frostfs-node/releases/download/${NODE_VERSION}/frostfs-adm
#FROSTFS_ADM_PATH=/path/to/frostfs-adm-binary
# Compiled FrostFS Smart Contracts

View file

@ -36,7 +36,7 @@ ApplicationConfiguration:
Password: "one"
RPC:
Addresses:
- ":30333"
- "192.168.130.90:30333"
Enabled: true
SessionEnabled: true
EnableCORSWorkaround: false