Skip to content

Commit

Permalink
libris.local => libris.kb.se.local; id.local => id.kb.se.local
Browse files Browse the repository at this point in the history
  • Loading branch information
andersju committed Aug 10, 2023
1 parent b722eab commit 69400f1
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions nuxt-app/.env.in
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
XL_SITE_ALIAS={"http://id.localhost:5000": "https://id.kb.se"}
XL_SITE_CONFIG={"libris.kb.se": {"baseUri": "http://libris.localhost:5000", "title": "Libris"}, "id.kb.se": {"baseUri": "https://id.kb.se", "title": "id.kb.se"}}
XL_SITE_ALIAS={"http://id.kb.se.localhost:5000": "https://id.kb.se"}
XL_SITE_CONFIG={"libris.kb.se": {"baseUri": "http://libris.kb.se.localhost:5000", "title": "Libris"}, "id.kb.se": {"baseUri": "https://id.kb.se", "title": "id.kb.se"}}
8 changes: 4 additions & 4 deletions test-resources/vocab.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module.exports = {
"@graph": [
{
"@id": "http://libris.localhost:5000/00nj5pg320vg4482",
"@id": "http://libris.kb.se.localhost:5000/00nj5pg320vg4482",
"@type": "Record",
"created": "2021-11-11T15:59:37.144+01:00",
"modified": "2021-11-11T15:59:37.144+01:00",
Expand Down Expand Up @@ -243,7 +243,7 @@ module.exports = {
{
"@graph": [
{
"@id": "http://libris.localhost:5000/00046r5325gpfg5l",
"@id": "http://libris.kb.se.localhost:5000/00046r5325gpfg5l",
"@type": "Record",
"created": "2021-10-25T01:29:49.661+02:00",
"modified": "2021-10-25T01:29:49.661+02:00",
Expand All @@ -270,7 +270,7 @@ module.exports = {
{
"@graph": [
{
"@id": "http://libris.localhost:5000/00nj5pg3229cknbr",
"@id": "http://libris.kb.se.localhost:5000/00nj5pg3229cknbr",
"@type": "Record",
"created": "2021-10-25T01:29:49.698+02:00",
"modified": "2021-10-25T01:29:49.698+02:00",
Expand Down Expand Up @@ -300,7 +300,7 @@ module.exports = {
{
"@graph": [
{
"@id": "http://libris.localhost:5000/pg46w5d0r2frvwzr",
"@id": "http://libris.kb.se.localhost:5000/pg46w5d0r2frvwzr",
"@type": "Record",
"mainEntity": {
"@id": "https://id.kb.se/generator/definitions"
Expand Down
2 changes: 1 addition & 1 deletion vue-client/.env.e2e
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
NODE_ENV=production
VUE_APP_API_PATH=http://libris.localhost:5000
VUE_APP_API_PATH=http://libris.kb.se.localhost:5000
VUE_APP_AUTH_PATH=https://login.libris.kb.se/oauth/verify
VUE_APP_ID_PATH=http://localhost:5000
VUE_APP_MATOMO_ID=23
2 changes: 1 addition & 1 deletion vue-client/vue.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ module.exports = {
configureWebpack: {
devServer: {
allowedHosts: [
process.env.VUE_APP_DEV_SERVER || 'libris.localhost',
process.env.VUE_APP_DEV_SERVER || 'libris.kb.se.localhost',
],
port: 8080,
},
Expand Down

0 comments on commit 69400f1

Please sign in to comment.