Browse Source

exported airflow variables to json

Avik Datta 4 năm trước cách đây
mục cha
commit
f7a39b7fb5
1 tập tin đã thay đổi với 7 bổ sung0 xóa
  1. 7 0
      airflow_var/var.json

+ 7 - 0
airflow_var/var.json

@@ -0,0 +1,7 @@
+{
+  "redis_conn_file":"/rds/general/user/igf/home/data2/airflow_test/secrets/redis_conn.json",
+  "hpc_host":"login.hpc.ic.ac.uk",
+  "hpc_user":"igf",
+  "igf_lims_ssh_key_file":"/SSH/id_rsa",
+  "hpc_ssh_key_file":"/home/igf/.ssh/id_rsa"
+}