-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathenv.tmpl
More file actions
25 lines (20 loc) · 931 Bytes
/
env.tmpl
File metadata and controls
25 lines (20 loc) · 931 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
LOGIN_URL = 'https://www.auth-orr.wildberries.ru/signin'
BASE_URL_V1 = 'https://orr-franchise.wildberries.ru/api/v1/franchise'
BASE_URL_V2 = 'https://orr-franchise.wildberries.ru/api/v2/franchise'
REFRESH_URL = 'https://auth-orr.wildberries.ru/user/info'
TOKEN_URL = 'https://auth-orr.wildberries.ru/connect/token'
LOGIN_FR_URL = 'https://auth-orr.wildberries.ru/request_code'
OPERATIONS_URL = 'https://orr-franchise.wildberries.ru/api/v1/franchise/payslip'
GET_EVENTS_LK_URL = 'https://www.wildberries.ru/webapi/lk/newsfeed/events/data?'
BASIC = 'ZnJhbmNoaXNlOjJoVjlPMnVzSk0yRUg1RjU='
TELEGRAM_TOKEN = 'YOUR TOKEN IS HERE'
ADMINS = 'a string with TG IDS for admins'
# POSTGRESQL ENVIRONS
POSTGRES_DB=
POSTGRES_USER=
POSTGRES_PASSWORD=
POSTGRES_HOST=
API_URL='http://your_domain/api'
TOKEN_URL_FASTAPI='http://your_domain/api/get_token'
EMPLOYEE_URL='http://your_domain/api/employee-plugin-data'
BASIC_API='BASIC API is HERE'