Skip to content

Commit 9d39cb6

Browse files
authored
Merge pull request #1837 from AletheiaFact/fix-build-ory-pkl
Fix build ory pkl
2 parents 26af799 + a532daf commit 9d39cb6

File tree

1 file changed

+2
-2
lines changed
  • deployment/config/config-file/modules

1 file changed

+2
-2
lines changed

deployment/config/config-file/modules/ory.pkl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ admin_endpoint: String
44
access_token = read("env:ORY_ACCESS_TOKEN")
55
schema_id = read("env:ALETHEIA_SCHEMA_ID")
66
hydra = new {
7-
url: read("env:ORY_SDK_URL")
8-
admin_endpoint: String
7+
url = read("env:ORY_SDK_URL"),
8+
admin_endpoint = String
99
}

0 commit comments

Comments
 (0)