mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
11 lines
493 B
Bash
11 lines
493 B
Bash
SOLID_IDENTITY_PROVIDER=http://localhost:3000/idp/
|
|
USERS_ALICE_WEBID=http://localhost:3000/alice/profile/card#me
|
|
USERS_BOB_WEBID=http://localhost:3000/bob/profile/card#me
|
|
RESOURCE_SERVER_ROOT=http://localhost:3000
|
|
TEST_CONTAINER=/alice/
|
|
quarkus.log.category."ResultLogger".level=INFO
|
|
quarkus.log.category."com.intuit.karate".level=DEBUG
|
|
quarkus.log.category."org.solid.testharness.http.Client".level=DEBUG
|
|
quarkus.log.category."org.solid.testharness.http.AuthManager".level=DEBUG
|
|
MAXTHREADS=1
|