mirror of
https://git.wownero.com/wownero/wownero-funding-system.git
synced 2024-08-15 00:53:45 +00:00
Added the development fund page
This commit is contained in:
parent
25caa397fd
commit
e94176215c
5 changed files with 163 additions and 10 deletions
|
@ -39,6 +39,12 @@ RPC_LOCATION = "http://{host}:{rpc_port}/json_rpc".format(host=RPC_HOST, rpc_por
|
|||
RPC_USERNAME = ""
|
||||
RPC_PASSWORD = ""
|
||||
|
||||
RPC_HOST_DEVFUND = '127.0.0.1'
|
||||
RPC_PORT_DEVFUND = '45679'
|
||||
RPC_LOCATION_DEVFUND = "http://{host}:{rpc_port}/json_rpc".format(host=RPC_HOST, rpc_port=RPC_PORT)
|
||||
RPC_USERNAME_DEVFUND = None
|
||||
RPC_PASSWORD_DEVFUND = None
|
||||
|
||||
FUNDING_CATEGORIES = [
|
||||
'wallets',
|
||||
'marketing',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue