Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
gargantext-notifications
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gargantext
gargantext-notifications
Commits
d68bc80e
Verified
Commit
d68bc80e
authored
Jun 17, 2024
by
Przemyslaw Kaminski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[connection] ipc ce/dispatcher addresses
parent
c7153cfa
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
.gitignore
.gitignore
+1
-0
connection.rs
src/notifications/connection.rs
+3
-3
No files found.
.gitignore
View file @
d68bc80e
.direnv/
/target
/target
src/notifications/connection.rs
View file @
d68bc80e
...
@@ -3,9 +3,9 @@ use std::io::{Read, Write};
...
@@ -3,9 +3,9 @@ use std::io::{Read, Write};
use
super
::
types
::
*
;
use
super
::
types
::
*
;
pub
const
central_exchange_nmsg_listen_url
:
&
str
=
"
tcp://*:5560
"
;
pub
const
central_exchange_nmsg_listen_url
:
&
str
=
"
ipc:///tmp/central-exchange.ipc
"
;
pub
const
central_exchange_nmsg_url
:
&
str
=
"
tcp://localhost:5560
"
;
pub
const
central_exchange_nmsg_url
:
&
str
=
"
ipc:///tmp/central-exchange.ipc
"
;
pub
const
dispatcher_nmsg_url
:
&
str
=
"
tcp://localhost:5561
"
;
pub
const
dispatcher_nmsg_url
:
&
str
=
"
ipc:///tmp/dispatcher.ipc
"
;
pub
fn
ce_test_push
()
->
anyhow
::
Result
<
()
>
{
pub
fn
ce_test_push
()
->
anyhow
::
Result
<
()
>
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment