Skip to content

Commit

Permalink
ARLAS Command line 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvaingaudan committed Feb 1, 2024
1 parent b99f39c commit 5bbdfe0
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions configuration.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
arlas:
demo:
allow_delete: false
elastic: null
iam: null
keycloak: null
server:
headers:
Content-Type: application/json
location: https://demo.cloud.arlas.io/arlas/server
local:
allow_delete: true
elastic:
headers:
Content-Type: application/json
location: http://localhost:9200/
iam: null
keycloak: null
server:
headers:
Content-Type: application/json
location: http://localhost:9999/arlas
mappings:
arlas_eo:
headers: null
location: https://raw.githubusercontent.com/gisaia/ARLAS-EO/master/mapping.json
models:
arlas_eo:
headers: null
location: https://raw.githubusercontent.com/gisaia/ARLAS-EO/master/collection.json

0 comments on commit 5bbdfe0

Please sign in to comment.