Skip to content

Commit f392eed

Browse files
committed
Fix AWS deploy pipeline errors in pkl files
1 parent 9d39cb6 commit f392eed

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
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"),
7+
url = read("env:ORY_SDK_URL")
88
admin_endpoint = String
99
}

0 commit comments

Comments
 (0)