Define a separate discovery URI for each network

pull/1822/head
David Núñez 2020-04-02 02:20:38 +02:00
parent cc94c202f6
commit ad32065754
1 changed files with 2 additions and 1 deletions

View File

@ -17,5 +17,6 @@ along with nucypher. If not, see <https://www.gnu.org/licenses/>.
# Hardcoded bootstrapping teacher nodes keyed by network domain
TEACHER_NODES = {
'gemini': ('https://discover.nucypher.network:9151', )
'cassandra': ('https://cassandra.nucypher.network:9151', ),
'gemini': ('https://gemini.nucypher.network:9151', )
}