1
0
mirror of https://github.com/quay/quay.git synced 2026-01-26 06:21:37 +03:00

[redhat-3.13] fix(ui): Remove local dev test configs (PROJQUAY-9774) (#4784)

* ui: Remove local dev test configs (PROJQUAY-9774)

* fix(deps): correct prometheus_client package name in requirements.txt

---------

Co-authored-by: harishsurf <hgovinda@redhat.com>
This commit is contained in:
OpenShift Cherrypick Robot
2026-01-08 15:53:37 +01:00
committed by GitHub
parent 6f000ce34a
commit f2bc0d8172
2 changed files with 1 additions and 4 deletions

View File

@@ -63,7 +63,7 @@ os-service-types==1.7.0
peewee==3.13.1
pillow==10.3.0
ply==3.11
prometheus-client==0.7.1
prometheus_client==0.7.1
protobuf==5.28.2
psutil==5.9.0
psycopg2==2.9.9

View File

@@ -5,8 +5,5 @@ export const AuthState = atom({
default: {
isSignedIn: false,
csrfToken: null,
QUAY_OAUTH_TOKEN: '7xahJf2TH8uOZPF1Xya8DkWanOZ75F0MjRX4RnvW',
QUAY_HOSTNAME:
'https://skynet-quay-test-harish-ns.apps.hgovinda-ui.quay.devcluster.openshift.com',
},
});