Skip to content

Commit

Permalink
add config
Browse files Browse the repository at this point in the history
  • Loading branch information
nnamtug committed May 23, 2024
1 parent 5990d95 commit c8a8cfe
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions publisher/config.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
typeset -A config
config=(
[gitrepo]="https://github.com/nnamtug/rdf-autopublishing"
[graphdb]="http://localhost:7200"
[modelpath]="model"
[repo_prod]="prod"
[repo_staging]="staging"
[graph_prod]="http://example.org/autoupload"
)

typeset -A config_modelfolders
config_modelfolders=(
[0]="."
[1]="things"
[2]="things/persons"
)

0 comments on commit c8a8cfe

Please sign in to comment.