-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathdataspectsd___config.yml
More file actions
36 lines (32 loc) · 981 Bytes
/
dataspectsd___config.yml
File metadata and controls
36 lines (32 loc) · 981 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
#!/bin/bash
# dserver@dserver:~$ mkdir search
# user@host:~$ scp -P 2222 -r /home/lex/search/public/* dserver@dserver:/home/dserver/search
# dserver@dserver:~$ sudo python3 -m http.server 81 --directory /home/dserver/search
# SEE https://github.com/neo4j-drivers/seabolt/releases
# dserver@dserver:~$ wget https://github.com/neo4j-drivers/seabolt/releases/download/v1.7.4/seabolt-1.7.4-Linux-ubuntu-18.04.deb
# dserver@dserver:~$ sudo apt install ./seabolt-1.7.4-Linux-ubuntu-18.04.deb
# user@host:~$ scp -P 2222 -r /home/lex/go/src/github.com/dataspects/dataspectsd/dataspectsd dserver@dserver:/home/dserver
config.yml
apikey: "ping"
url:
activate: http://localhost:3000/activate
reset: http://localhost:3000/reset
elastic-search:
host: http://localhost
port: 9200
username:
password:
neo4j:
host: bolt://localhost
port: 7687
username:
password:
smtp:
from:
server:
port:
username:
password:
cors:
allowedOrigins:
- "http://dserver:23464"