Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
DuniterPy
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
clients
python
DuniterPy
Commits
a28aa666
Commit
a28aa666
authored
3 years ago
by
Moul
Browse files
Options
Downloads
Patches
Plain Diff
[fix]
#152
: Fix datapod domain name in the example
parent
87755a31
No related branches found
No related tags found
No related merge requests found
Pipeline
#13176
passed
3 years ago
Stage: checks
Stage: tests
Changes
1
Pipelines
2
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
examples/request_data_elasticsearch.py
+2
-2
2 additions, 2 deletions
examples/request_data_elasticsearch.py
with
2 additions
and
2 deletions
examples/request_data_elasticsearch.py
+
2
−
2
View file @
a28aa666
...
...
@@ -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
"
################################################
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment