Skip to content

Commit f5e0d24

Browse files
committed
fix(config): admin ui url
Fix the Kukkuu Admin UI URL Instead of - https://kukkuu-admin-ui.test.hel.ninja/ - https://kukkuu-admin-ui.stage.hel.ninja/ the URLs for the Admin UI are: - https://kukkuu-admin.test.hel.ninja/ - https://kukkuu-admin.stage.hel.ninja/
1 parent 3f06c0b commit f5e0d24

File tree

3 files changed

+17
-17
lines changed

3 files changed

+17
-17
lines changed

.env.keycloak.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ MAIL_MAILGUN_API=https://api.eu.mailgun.net/v3
2121
KUKKUU_NOTIFICATIONS_SHEET_ID=1TkdQsO50DHOg5pi1JhzudOL1GKpiK-V2DCIoAipKj-M
2222
TOKEN_AUTH_BROWSER_TEST_ENABLED=1
2323
TOKEN_AUTH_BROWSER_TEST_JWT_256BIT_SIGN_SECRET=your-256-bit-secret
24-
TOKEN_AUTH_BROWSER_TEST_JWT_ISSUER=https://kukkuu-ui.test.hel.ninja,https://kukkuu-admin-ui.test.hel.ninja
24+
TOKEN_AUTH_BROWSER_TEST_JWT_ISSUER=https://kukkuu-ui.test.hel.ninja,https://kukkuu-admin.test.hel.ninja

azure-pipelines-review.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -8,27 +8,27 @@
88
trigger: none
99

1010
# Pull request (PR) triggers cause a pipeline to run whenever a pull request is
11-
# opened with one of the specified target branches, or when updates are made to
11+
# opened with one of the specified target branches, or when updates are made to
1212
# such a pull request.
1313
#
14-
# GitHub creates a new ref when a pull request is created. The ref points to a
15-
# merge commit, which is the merged code between the source and target branches
14+
# GitHub creates a new ref when a pull request is created. The ref points to a
15+
# merge commit, which is the merged code between the source and target branches
1616
# of the pull request.
1717
#
18-
# Opt out of pull request validation
18+
# Opt out of pull request validation
1919
pr:
2020
# PR target branch
2121
branches:
2222
include:
23-
- master
23+
- master
2424
paths:
2525
exclude:
26-
- '*release-please*'
27-
- '**/*.md'
28-
- '.github/'
29-
- 'azure-pipelines-release.yml'
30-
- 'azure-pipelines-test.yml'
31-
- 'docker-compose*'
26+
- "*release-please*"
27+
- "**/*.md"
28+
- ".github/"
29+
- "azure-pipelines-release.yml"
30+
- "azure-pipelines-test.yml"
31+
- "docker-compose*"
3232

3333
# By default, use self-hosted agents
3434
pool: Default
@@ -55,4 +55,4 @@ extends:
5555
DEBUG: 1
5656
ADD_DEFAULT_LANGUAGES: 1
5757
TOKEN_AUTH_BROWSER_TEST_ENABLED: 1
58-
TOKEN_AUTH_BROWSER_TEST_JWT_ISSUER: https://kukkuu-ui.test.hel.ninja,https://kukkuu-admin-ui.test.hel.ninja
58+
TOKEN_AUTH_BROWSER_TEST_JWT_ISSUER: https://kukkuu-ui.test.hel.ninja,https://kukkuu-admin.test.hel.ninja

azure-pipelines-test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ trigger:
77
- master
88
paths:
99
exclude:
10-
- '*release-please*'
11-
- '**/*.md'
12-
- '.github/'
10+
- "*release-please*"
11+
- "**/*.md"
12+
- ".github/"
1313

1414
# Pull request (PR) triggers cause a pipeline to run whenever a pull request is
1515
# opened with one of the specified target branches, or when updates are made to
@@ -52,4 +52,4 @@ extends:
5252
# buildArgs:
5353
configMap: # pod environment variables
5454
TOKEN_AUTH_BROWSER_TEST_ENABLED: 1
55-
TOKEN_AUTH_BROWSER_TEST_JWT_ISSUER: https://kukkuu-ui.test.hel.ninja,https://kukkuu-admin-ui.test.hel.ninja
55+
TOKEN_AUTH_BROWSER_TEST_JWT_ISSUER: https://kukkuu-ui.test.hel.ninja,https://kukkuu-admin.test.hel.ninja

0 commit comments

Comments
 (0)