Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion envs/qa/application.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
UI_THEME=light
CACHE_SIZE=2048kb
PAGE_LIMIT=25
SORTING=ascending
N_BUCKETS=42
1 change: 0 additions & 1 deletion envs/staging/application.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
UI_THEME=light
CACHE_SIZE=1024kb
PAGE_LIMIT=25
SORTING=ascending
N_BUCKETS=24

Expand Down
3 changes: 2 additions & 1 deletion variants/non-prod/application.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
ENV_TYPE=non-prod
PAYPAL_URL=staging2.paypal.com
DB_USER=non-prod-user
DB_PASSWORD=non-prod-password
DB_PASSWORD=non-prod-password
PAGE_LIMIT=25