Skip to content
Snippets Groups Projects
Commit 9e6ea9be authored by Moul's avatar Moul
Browse files

[fix] #152: Fix datapod domain name in the example

parent 12ded9fe
No related branches found
No related tags found
1 merge request!159#152, #170: Missing f-string for ESUserEndpoint regex
Pipeline #13187 waiting for manual action
......@@ -23,8 +23,8 @@ from duniterpy.api.client import Client
# You can either use a complete defined endpoint : [NAME_OF_THE_API] [DOMAIN] [IPv4] [IPv6] [PORT] [PATH]
# or the simple definition : [NAME_OF_THE_API] [DOMAIN] [PORT] [PATH]
# Here we use the secure BASIC_MERKLED_API (BMAS)
ES_CORE_ENDPOINT = "ES_CORE_API g1-test.data.duniter.fr 443"
ES_USER_ENDPOINT = "ES_USER_API g1-test.data.duniter.fr 443"
ES_CORE_ENDPOINT = "ES_CORE_API g1-test.data.e-is.pro 443"
ES_USER_ENDPOINT = "ES_USER_API g1-test.data.e-is.pro 443"
################################################
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment