Skip to content

Commit

Permalink
Added on-push trigger for loading for testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
gaurav committed Aug 24, 2024
1 parent d43cff2 commit 5feabe5
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 13 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-loading.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: 'Publish nodenorm-loading to GitHub Packages'

on:
push:
release:
types: [published]

Expand Down
26 changes: 13 additions & 13 deletions redis_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,58 +6,58 @@
# list of cluster member ips and ports
- "host_name": "127.0.0.1"
"port": "6379"
"password": ""
"password": "OKZkJava1U"

"id_to_eqids_db":
"ssl_enabled": false
"is_cluster": false
"db": 0
"hosts":
- "host_name": "127.0.0.1"
"port": "6379"
"password": ""
"port": "6380"
"password": "RUB9eoXnUB"

"id_to_type_db":
"ssl_enabled": false
"is_cluster": false
"db": 0
"hosts":
- "host_name": "127.0.0.1"
"port": "6379"
"password": ""
"port": "6381"
"password": "DBgaFZWovT"

"curie_to_bl_type_db":
"ssl_enabled": false
"is_cluster": false
"db": 0
"hosts":
- "host_name": "127.0.0.1"
"port": "6379"
"password": ""
"port": "6382"
"password": "nejZl9sIqI"

"gene_protein_db":
"ssl_enabled": false
"is_cluster": false
"db": 0
"hosts":
- "host_name": "127.0.0.1"
"port": "6379"
"password": ""
"port": "6383"
"password": "cSAE78yKQl"

"chemical_drug_db":
"ssl_enabled": false
"is_cluster": false
"db": 0
"hosts":
- "host_name": "127.0.0.1"
"port": "6379"
"password": ""
"port": "6385"
"password": "u8mYGopHF9"

"info_content_db":
"ssl_enabled": false
"is_cluster": false
"db": 0
"hosts":
- "host_name": "127.0.0.1"
"port": "6379"
"password": ""
"port": "6384"
"password": "Dt31lWC9t4"

0 comments on commit 5feabe5

Please sign in to comment.