mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
9 lines
347 B
Python
9 lines
347 B
Python
# -*- coding: utf-8 -*-
|
|
"""A list of the public DNS names of all the nodes in this
|
|
BigchainDB cluster/federation.
|
|
"""
|
|
|
|
from __future__ import unicode_literals
|
|
|
|
public_dns_names = ['ec2-52-58-162-146.eu-central-1.compute.amazonaws.com', 'ec2-52-58-15-239.eu-central-1.compute.amazonaws.com', 'ec2-52-58-160-205.eu-central-1.compute.amazonaws.com']
|