diff --git a/db-scripts/01-api-key.sql b/db-scripts/01-api-key.sql index f7fc5c3..60bc931 100644 --- a/db-scripts/01-api-key.sql +++ b/db-scripts/01-api-key.sql @@ -2,7 +2,4 @@ insert into account (key, email, enabled, staff) -values ('ool1Phovah1wie7juapheGoo9aNg1quu', - 'foo@bar.com', - true, - true); \ No newline at end of file +values ('ool1Phovah1wie7juapheGoo9aNg1quu', 'foo@example.com', true, true); \ No newline at end of file diff --git a/es-scripts/init-indices.sh b/es-scripts/init-indices.sh index ffc8c77..1586368 100755 --- a/es-scripts/init-indices.sh +++ b/es-scripts/init-indices.sh @@ -157,7 +157,7 @@ curl -s -X PUT "http://elasticsearch:9200/dpla_alias?include_type_name=true" -H } } }, - "ipfs" : { + "filecoin" : { "type" : "keyword" }, "isPartOf" : {