Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
anis
anis-admin
Commits
ff7561ef
Commit
ff7561ef
authored
Nov 25, 2020
by
François Agneray
Browse files
Settings is now a part of anis-server
parent
e9da7d3a
Pipeline
#3571
passed with stages
in 7 minutes and 17 seconds
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/app/settings/store/service/option.service.ts
View file @
ff7561ef
...
...
@@ -10,7 +10,7 @@ import { environment } from '../../../../environments/environment';
@
Injectable
()
export
class
SettingsSelectOptionService
{
private
SETTINGS_PATH
:
string
=
environment
.
settings
Url
+
'
/
'
;
private
SETTINGS_PATH
:
string
=
environment
.
api
Url
+
'
/
'
;
constructor
(
private
http
:
HttpClient
)
{
}
...
...
src/app/settings/store/service/select.service.ts
View file @
ff7561ef
...
...
@@ -6,7 +6,7 @@ import { environment } from '../../../../environments/environment';
@
Injectable
()
export
class
SettingsSelectService
{
private
SETTINGS_PATH
:
string
=
environment
.
settings
Url
+
'
/
'
;
private
SETTINGS_PATH
:
string
=
environment
.
api
Url
+
'
/
'
;
constructor
(
private
http
:
HttpClient
)
{
}
...
...
src/environments/environment.prod.ts
View file @
ff7561ef
export
const
environment
=
{
production
:
true
,
apiUrl
:
'
/server
'
,
settingsUrl
:
'
/settings
'
,
ssoName
:
'
keycloak
'
,
ssoAuthUrl
:
'
https://anis-dev.lam.fr/auth/realms/anis
'
,
ssoClientId
:
'
anis-admin
'
...
...
src/environments/environment.ts
View file @
ff7561ef
...
...
@@ -5,7 +5,6 @@
export
const
environment
=
{
production
:
false
,
apiUrl
:
'
http://localhost:8080
'
,
settingsUrl
:
'
http://localhost:8082
'
,
ssoName
:
'
keycloak
'
,
ssoAuthUrl
:
'
http://localhost:8180/auth/realms/anis
'
,
ssoClientId
:
'
anis-admin
'
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment