Skip to content

Commit 3a0e659

Browse files
committed
fix plus config
1 parent dcd24c5 commit 3a0e659

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

src/plus/config.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,12 @@
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

4747
shop_base_url: Final[str] = 'https://buy.artisan.plus/'
4848

@@ -56,8 +56,8 @@
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
6161
connect_timeout: Final[int] = 6 # in seconds
6262
read_timeout: Final[int] = 6 # in seconds
6363
min_passwd_len: Final[int] = 4

0 commit comments

Comments
 (0)