From f19d4cae457630e793669d5536e7a175b4f198bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Gr=C3=BCning?= Date: Tue, 23 Jul 2024 21:06:51 +0200 Subject: [PATCH] add_beacon_2 --- .../config/user_preferences_extra_conf.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/files/galaxy/config/user_preferences_extra_conf.yml b/files/galaxy/config/user_preferences_extra_conf.yml index 2338ce5d1..b7e918ed3 100644 --- a/files/galaxy/config/user_preferences_extra_conf.yml +++ b/files/galaxy/config/user_preferences_extra_conf.yml @@ -160,6 +160,22 @@ preferences: type: password required: False + beacon2_account: + description: Your own Beacon2 account + inputs: + - name: db_auth_source + label: Beacon Database Authentication Source + type: text + required: False + - name: db_user + label: Beacon Database Username + type: text + required: False + - name: db_password + label: Beacon Database Password + type: password + required: False + # Used in Qiskit interactive tool ibmq_account: description: IBMQ account information