File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3737# Service URLs
3838
3939# # LOCAL SETUP
40- api_base_url = 'https://localhost:62602/api/v1'
41- web_base_url = 'https://localhost:8088'
40+ # api_base_url = 'https://localhost:62602/api/v1'
41+ # web_base_url = 'https://localhost:8088'
4242
4343# # CLOUD SETUP
44- # api_base_url: Final[str] = 'https://artisan.plus/api/v1'
45- # web_base_url: Final[str] = 'https://artisan.plus'
44+ api_base_url : Final [str ] = 'https://artisan.plus/api/v1'
45+ web_base_url : Final [str ] = 'https://artisan.plus'
4646
4747shop_base_url : Final [str ] = 'https://buy.artisan.plus/'
4848
5656
5757# Connection configurations
5858
59- verify_ssl : Final [bool ] = False
60- # verify_ssl: Final[bool] = True
59+ # verify_ssl: Final[bool] = False
60+ verify_ssl : Final [bool ] = True
6161connect_timeout : Final [int ] = 6 # in seconds
6262read_timeout : Final [int ] = 6 # in seconds
6363min_passwd_len : Final [int ] = 4
You can’t perform that action at this time.
0 commit comments