Add default test resource
This commit is contained in:
parent
118876dcc1
commit
7c3e334677
@ -11,7 +11,7 @@
|
|||||||
"committee_ids": [1],
|
"committee_ids": [1],
|
||||||
"role_ids": [1],
|
"role_ids": [1],
|
||||||
"superadmin_role_id": 1,
|
"superadmin_role_id": 1,
|
||||||
"resource_ids": []
|
"resource_ids": [1]
|
||||||
}],
|
}],
|
||||||
"user": [
|
"user": [
|
||||||
{
|
{
|
||||||
@ -167,7 +167,15 @@
|
|||||||
"superadmin_role_for_organisation_id": 1,
|
"superadmin_role_for_organisation_id": 1,
|
||||||
"user_ids": [1]
|
"user_ids": [1]
|
||||||
}],
|
}],
|
||||||
"resource": [],
|
"resource": [
|
||||||
|
{
|
||||||
|
"id": 1,
|
||||||
|
"token": "web_header",
|
||||||
|
"filesize": 1462,
|
||||||
|
"mimetype": "image/png",
|
||||||
|
"organisation_id": 1
|
||||||
|
}
|
||||||
|
],
|
||||||
"committee": [
|
"committee": [
|
||||||
{
|
{
|
||||||
"id": 1,
|
"id": 1,
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit cdf1b72b2252d1179d8e4a548f23b8df31e33c4c
|
Subproject commit 6db3ecb09ecc4b49b20bb7fb6b24a057678ea27f
|
26
services.env
26
services.env
@ -1,26 +0,0 @@
|
|||||||
MESSAGE_BUS_HOST=message-bus
|
|
||||||
MESSAGE_BUS_PORT=6379
|
|
||||||
|
|
||||||
DATASTORE_READER_HOST=datastore-reader
|
|
||||||
DATASTORE_READER_PORT=9010
|
|
||||||
DATASTORE_WRITER_HOST=datastore-writer
|
|
||||||
DATASTORE_WRITER_PORT=9011
|
|
||||||
DATASTORE_DATABASE_HOST=postgres
|
|
||||||
|
|
||||||
ACTION_HOST=backend
|
|
||||||
ACTION_PORT=9002
|
|
||||||
PRESENTER_HOST=backend
|
|
||||||
PRESENTER_PORT=9003
|
|
||||||
|
|
||||||
PERMISSION_HOST=permission
|
|
||||||
PERMISSION_PORT=9005
|
|
||||||
|
|
||||||
AUTH_HOST=auth
|
|
||||||
AUTH_PORT=9004
|
|
||||||
CACHE_HOST=cache
|
|
||||||
CACHE_PORT=6379
|
|
||||||
|
|
||||||
MEDIA_HOST=media
|
|
||||||
MEDIA_PORT=9006
|
|
||||||
MEDIA_DATABASE_HOST=postgres
|
|
||||||
MEDIA_DATABASE_NAME=openslides
|
|
Loading…
Reference in New Issue
Block a user