mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-12 22:56:55 +00:00
* Fix test_create_community #167 * Setup cursor animation #167 * Fix test_sync_device_during_onboarding #167
6 lines
144 B
Python
6 lines
144 B
Python
import os
|
|
|
|
AUT_PORT = 61500 + int(os.getenv('BUILD_NUMBER', 0))
|
|
SERVER_PORT = 4322 + int(os.getenv('BUILD_NUMBER', 0))
|
|
CURSOR_ANIMATION = False
|