Skip to content

Commit

Permalink
Remove local urls
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliGautier committed Dec 17, 2024
1 parent 16e3868 commit 9f2707e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/docs/dc_services/docker_compose_services_aias.md
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ Image: `ARLAS_BUILDER_VERSION` with `gisaia/arlas-wui-builder:26.1.0` in `conf/v
| `ARLAS_IAM_SERVER_URL` | `ARLAS_IAM_SERVER_URL` | `/arlas_iam_server` | | |
| `ARLAS_PERMISSIONS_URL` | `ARLAS_PERMISSIONS_URL` | `/arlas_permissions_server` | | |
| `ARLAS_PERSISTENCE_URL` | `ARLAS_PERSISTENCE_URL` | `/arlas_persistence_server` | | `/persist` in `conf/persistence-file.env`<br>`https://${ARLAS_HOST}/persist` in `conf/arlas_iam.env` |
| `ARLAS_SERVER_URL` | `ARLAS_SERVER_URL` | `http://localhost/arlas` | ARLAS Server url | `https://${ARLAS_HOST}/arlas` in `conf/arlas_iam.env` |
| `ARLAS_SERVER_URL` | `ARLAS_SERVER_URL` | `/arlas` | | `https://${ARLAS_HOST}/arlas` in `conf/arlas_iam.env` |
| `ARLAS_USE_AUTHENT` | `ARLAS_USE_AUTHENT` | `` | | `true` in `conf/arlas_iam.env` |
| `ARLAS_WUI_URL` | `ARLAS_WUI_URL` | `/wui/` | | `https://${ARLAS_HOST}/wui/` in `conf/arlas_iam.env` |
| `ARLAS_STATIC_LINKS` | `ARLAS_BUILDER_LINKS` | `` | | `'` in `conf/arlas.env` |
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/dc_services/docker_compose_services_iam.md
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ Image: `ARLAS_BUILDER_VERSION` with `gisaia/arlas-wui-builder:26.1.0` in `conf/v
| `ARLAS_IAM_SERVER_URL` | `ARLAS_IAM_SERVER_URL` | `/arlas_iam_server` | | |
| `ARLAS_PERMISSIONS_URL` | `ARLAS_PERMISSIONS_URL` | `/arlas_permissions_server` | | |
| `ARLAS_PERSISTENCE_URL` | `ARLAS_PERSISTENCE_URL` | `/arlas_persistence_server` | | `/persist` in `conf/persistence-file.env`<br>`https://${ARLAS_HOST}/persist` in `conf/arlas_iam.env` |
| `ARLAS_SERVER_URL` | `ARLAS_SERVER_URL` | `http://localhost/arlas` | ARLAS Server url | `https://${ARLAS_HOST}/arlas` in `conf/arlas_iam.env` |
| `ARLAS_SERVER_URL` | `ARLAS_SERVER_URL` | `/arlas` | | `https://${ARLAS_HOST}/arlas` in `conf/arlas_iam.env` |
| `ARLAS_USE_AUTHENT` | `ARLAS_USE_AUTHENT` | `` | | `true` in `conf/arlas_iam.env` |
| `ARLAS_WUI_URL` | `ARLAS_WUI_URL` | `/wui/` | | `https://${ARLAS_HOST}/wui/` in `conf/arlas_iam.env` |
| `ARLAS_STATIC_LINKS` | `ARLAS_BUILDER_LINKS` | `` | | `'` in `conf/arlas.env` |
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/dc_services/docker_compose_services_simple.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ Image: `ARLAS_BUILDER_VERSION` with `gisaia/arlas-wui-builder:26.1.0` in `conf/v
| `ARLAS_IAM_SERVER_URL` | `ARLAS_IAM_SERVER_URL` | `/arlas_iam_server` | | |
| `ARLAS_PERMISSIONS_URL` | `ARLAS_PERMISSIONS_URL` | `/arlas_permissions_server` | | |
| `ARLAS_PERSISTENCE_URL` | `ARLAS_PERSISTENCE_URL` | `/arlas_persistence_server` | | `/persist` in `conf/persistence-file.env` |
| `ARLAS_SERVER_URL` | `ARLAS_SERVER_URL` | `http://localhost/arlas` | ARLAS Server url | |
| `ARLAS_SERVER_URL` | `ARLAS_SERVER_URL` | `/arlas` | | |
| `ARLAS_USE_AUTHENT` | `ARLAS_USE_AUTHENT` | `` | | |
| `ARLAS_WUI_URL` | `ARLAS_WUI_URL` | `/wui/` | | |
| `ARLAS_STATIC_LINKS` | `ARLAS_BUILDER_LINKS` | `` | | `'` in `conf/arlas.env` |
Expand Down

0 comments on commit 9f2707e

Please sign in to comment.