We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76cbcc7 commit f005dfeCopy full SHA for f005dfe
1 file changed
docker-compose/stellio.yml
@@ -31,6 +31,8 @@ services:
31
- APPLICATION_TENANTS_1_NAME=openiot
32
- APPLICATION_TENANTS_1_ISSUER=https://sso.stellio.io/auth/realms/openiot
33
- APPLICATION_TENANTS_1_DBSCHEMA=openiot
34
+ - APPLICATION_PAGINATION_LIMIT-DEFAULT=30
35
+ - APPLICATION_PAGINATION_LIMIT-MAX=1000
36
ports:
37
- 8083:8083
38
restart: always
@@ -59,6 +61,8 @@ services:
59
61
60
62
63
64
65
66
67
- 8085:8084
68
0 commit comments