mirror of https://github.com/nucypher/nucypher.git
Define a separate discovery URI for each network
parent
cc94c202f6
commit
ad32065754
|
@ -17,5 +17,6 @@ along with nucypher. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
# Hardcoded bootstrapping teacher nodes keyed by network domain
|
# Hardcoded bootstrapping teacher nodes keyed by network domain
|
||||||
TEACHER_NODES = {
|
TEACHER_NODES = {
|
||||||
'gemini': ('https://discover.nucypher.network:9151', )
|
'cassandra': ('https://cassandra.nucypher.network:9151', ),
|
||||||
|
'gemini': ('https://gemini.nucypher.network:9151', )
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue