We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 26af799 + a532daf commit 9d39cb6Copy full SHA for 9d39cb6
deployment/config/config-file/modules/ory.pkl
@@ -4,6 +4,6 @@ admin_endpoint: String
4
access_token = read("env:ORY_ACCESS_TOKEN")
5
schema_id = read("env:ALETHEIA_SCHEMA_ID")
6
hydra = new {
7
- url: read("env:ORY_SDK_URL")
8
- admin_endpoint: String
+ url = read("env:ORY_SDK_URL"),
+ admin_endpoint = String
9
}
0 commit comments