17 lines
758 B
Python
17 lines
758 B
Python
|
UPLOAD_FILES= "http://127.0.0.1:5000/upload"
|
||
|
SET_ONLY_OWNER ="http://127.0.0.1:8005/Write/onlyOwner"
|
||
|
SET_PUBLIC ="http://127.0.0.1:8005//Write/Public"
|
||
|
SET_OWNER_MNF = "http://127.0.0.1:8005//Write/onlyOwner&MNF"
|
||
|
SET_CERTAIN_USERS ="http://127.0.0.1:8005/Write/CertainUsers"
|
||
|
SET_APPROVAL = "http://127.0.0.1:8005/Write/ApprovalUsers"
|
||
|
GET_OWNER ="http://127.0.0.1:8005/Fetch/onlyOwner"
|
||
|
GET_PUBLIC ="http://127.0.0.1:8005/Fetch/Public"
|
||
|
GET_OWNER_MNF ="http://127.0.0.1:8005/Fetch/onlyOwner&MNF"
|
||
|
GET_CERTAIN_USERS ="http://127.0.0.1:8005/Fetch/CertainUsers"
|
||
|
OWNER_KEY = "6f06e1108b833b1918067042e13e60eda262705b80385a02d0330ce0db31d3ad"
|
||
|
DOWNLOAD_URL ="https://downloadfile.mynextfilm.in/ipfs"
|
||
|
UPLOAD_URL ="https://uploadfile.mynextfilm.in/upload"
|
||
|
# RPC_URL =
|
||
|
|
||
|
|