Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
pissirSmartHome
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Alfredo Chissotti
pissirSmartHome
Commits
e67ae003
Commit
e67ae003
authored
2 years ago
by
Alfredo Chissotti
Browse files
Options
Downloads
Patches
Plain Diff
fix
parent
ffc585ad
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
keycloak-19.0.1/data/h2/keycloakdb.lock.db
+0
-6
0 additions, 6 deletions
keycloak-19.0.1/data/h2/keycloakdb.lock.db
webapp/public/js/authentication/configuration.js
+2
-2
2 additions, 2 deletions
webapp/public/js/authentication/configuration.js
with
2 additions
and
8 deletions
keycloak-19.0.1/data/h2/keycloakdb.lock.db
deleted
100644 → 0
+
0
−
6
View file @
ffc585ad
#FileLock
#Wed Sep 14 17:26:24 CEST 2022
hostName=localhost
id=1833c959d82a7836ed0e7315f92a10aced4476cbd47
method=file
server=localhost\:56546
This diff is collapsed.
Click to expand it.
webapp/public/js/authentication/configuration.js
+
2
−
2
View file @
e67ae003
...
...
@@ -28,7 +28,7 @@ function getKeycloakURL() {
}
function
getDomainURL
()
{
return
conf
.
domain
[
"
base-
domain
-url
"
];
return
conf
.
domain
[
"
base-
server
-url
"
];
}
export
{
getMyURL
,
getKeycloakInfo
,
getKeycloakRealm
,
getKeycloakURL
,
getDomainURL
};
\ No newline at end of file
export
{
getMyURL
,
getKeycloakInfo
,
getKeycloakRealm
,
getKeycloakURL
,
getDomainURL
};
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment