mirror of
https://github.com/runcitadel/core.git
synced 2024-11-11 16:30:38 +00:00
Prepare for redis integration
This commit is contained in:
parent
3d19e27eed
commit
1d416a57c3
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -23,6 +23,7 @@ app-data
|
|||
apps
|
||||
electrs/*
|
||||
nginx/*
|
||||
redis/*
|
||||
events/signals
|
||||
|
||||
# Commit these empty directories
|
||||
|
@ -41,6 +42,7 @@ db/citadel-seed/*
|
|||
!tor/.gitkeep
|
||||
!db/.gitkeep
|
||||
!nginx/.gitkeep
|
||||
!redis/.gitkeep
|
||||
|
||||
!**/*.license
|
||||
services/installed.json
|
||||
|
|
0
redis/.gitkeep
Normal file
0
redis/.gitkeep
Normal file
1
scripts/configure
vendored
1
scripts/configure
vendored
|
@ -252,6 +252,7 @@ TOR_PROXY_IP="10.21.21.11"
|
|||
APPS_TOR_IP="10.21.21.12"
|
||||
APPS_2_TOR_IP="10.21.21.13"
|
||||
APPS_3_TOR_IP="10.21.21.14"
|
||||
REDIS_IP="10.21.21.15"
|
||||
BITCOIN_RPC_PORT="8332"
|
||||
BITCOIN_P2P_PORT="8333"
|
||||
BITCOIN_ZMQ_RAWBLOCK_PORT="28332"
|
||||
|
|
|
@ -12,6 +12,7 @@ DASHBOARD_IP=<dashboard-ip>
|
|||
MANAGER_IP=<manager-ip>
|
||||
MIDDLEWARE_IP=<middleware-ip>
|
||||
NEUTRINO_SWITCHER_IP=<neutrino-switcher-ip>
|
||||
REDIS_IP=<redis-ip>
|
||||
BITCOIN_NETWORK=<bitcoin-network>
|
||||
BITCOIN_IP=<bitcoin-ip>
|
||||
BITCOIN_P2P_PORT=<bitcoin-p2p-port>
|
||||
|
|
Loading…
Reference in New Issue
Block a user