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