mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
test: Add github actions for conformance test harness
This commit is contained in:
11
test/deploy/conformance.env
Normal file
11
test/deploy/conformance.env
Normal file
@@ -0,0 +1,11 @@
|
||||
SOLID_IDENTITY_PROVIDER=http://localhost:3000/idp
|
||||
USER_REGISTRATION_ENDPOINT=http://localhost:3000/idp/register
|
||||
USERS_ALICE_WEBID=http://localhost:3000/alice/profile/card#me
|
||||
USERS_ALICE_USERNAME=alice@alice.mail
|
||||
USERS_ALICE_PASSWORD=pass1234
|
||||
USERS_BOB_WEBID=http://localhost:3000/bob/profile/card#me
|
||||
USERS_BOB_USERNAME=bob@bob.mail
|
||||
USERS_BOB_PASSWORD=pass1234
|
||||
RESOURCE_SERVER_ROOT=http://localhost:3000
|
||||
TEST_CONTAINER=/alice/
|
||||
quarkus.log.category."ResultLogger".level=INFO
|
||||
Reference in New Issue
Block a user