Skip to content
Snippets Groups Projects
Commit 35ec0117 authored by dmitriy.gerasimov's avatar dmitriy.gerasimov
Browse files

[*] Darwin: files moved to Users directory

parent 6854bfa4
No related branches found
No related tags found
No related merge requests found
Pipeline #7361 passed with stages
in 5 minutes and 16 seconds
...@@ -37,9 +37,9 @@ add_subdirectory(cellframe-sdk) ...@@ -37,9 +37,9 @@ add_subdirectory(cellframe-sdk)
if(UNIX) if(UNIX)
if(DARWIN) if(DARWIN)
SET(CMAKE_INSTALL_PREFIX "/Applications/DapCash.app") SET(CMAKE_INSTALL_PREFIX "~/Applications/DapCash.app")
SET(CPACK_INSTALL_PREFIX "/Applications/DapCash.app") SET(CPACK_INSTALL_PREFIX "~/Applications/DapCash.app")
SET(DESTDIR "/Applications/DapCash.app") SET(DESTDIR "~/Applications/DapCash.app")
set(BUNDLE_NAME "DapCash.app") set(BUNDLE_NAME "DapCash.app")
set(BUNDLE_PATH "${CMAKE_INSTALL_PREFIX}") set(BUNDLE_PATH "${CMAKE_INSTALL_PREFIX}")
......
...@@ -26,5 +26,5 @@ tokens_hold_value=[1000000000,100000000,10000000] ...@@ -26,5 +26,5 @@ tokens_hold_value=[1000000000,100000000,10000000]
confirmations_minimum=1 confirmations_minimum=1
[files] [files]
storage_dir=/Applications/DapCash.app/Contents/Resources/var/lib/network/dapcash-testnet/bronze storage_dir=~/Applications/DapCash.app/Contents/Resources/var/lib/network/dapcash-testnet/bronze
...@@ -9,7 +9,7 @@ mempool_auto_types=[emission] ...@@ -9,7 +9,7 @@ mempool_auto_types=[emission]
consensus=dag_poa consensus=dag_poa
[files] [files]
storage_dir=/Applications/DapCash.app/Contents/Resources/var/lib/network/dapcash-testnet/zerochain/ storage_dir=~/Applications/DapCash.app/Contents/Resources/var/lib/network/dapcash-testnet/zerochain/
[dag] [dag]
is_single_line=true is_single_line=true
...@@ -26,4 +26,4 @@ static_genesis_event=0x1984CF8CF92F626E11D39369183F97A08AA13233E8E1FADB105F45573 ...@@ -26,4 +26,4 @@ static_genesis_event=0x1984CF8CF92F626E11D39369183F97A08AA13233E8E1FADB105F45573
auth_certs_prefix=dapcash.testnet.master.cell auth_certs_prefix=dapcash.testnet.master.cell
auth_certs_number=3 auth_certs_number=3
auth_certs_number_verify=1 #4 auth_certs_number_verify=1 #4
auth_certs_dir=/Applications/DapCash.app/Contents/Resources/share/ca auth_certs_dir=~/Applications/DapCash.app/Contents/Resources/share/ca
...@@ -101,7 +101,7 @@ pricelist=[dapcash-testnet:100:DAPT:3600:SEC:mywallet0,dapcash-testnet:100:DAPB: ...@@ -101,7 +101,7 @@ pricelist=[dapcash-testnet:100:DAPT:3600:SEC:mywallet0,dapcash-testnet:100:DAPB:
[conserver] [conserver]
enabled=true enabled=true
#listen_port_tcp=12345 #listen_port_tcp=12345
listen_unix_socket_path=/Applications/DapCash.app/Contents/Resources/var/run/node_cli listen_unix_socket_path=~/Applications/DapCash.app/Contents/Resources/var/run/node_cli
# Default permissions 770 # Default permissions 770
#listen_unix_socket_permissions=770 #listen_unix_socket_permissions=770
...@@ -109,11 +109,11 @@ listen_unix_socket_path=/Applications/DapCash.app/Contents/Resources/var/run/nod ...@@ -109,11 +109,11 @@ listen_unix_socket_path=/Applications/DapCash.app/Contents/Resources/var/run/nod
[resources] [resources]
# 0 means auto detect # 0 means auto detect
threads_cnt=0 threads_cnt=0
pid_path=/Applications/DapCash.app/Contents/Resources/var/run/dapcash-node.pid pid_path=~/Applications/DapCash.app/Contents/Resources/var/run/dapcash-node.pid
log_file=/Applications/DapCash.app/Contents/Resources/var/log/dapcash-node.log log_file=~/Applications/DapCash.app/Contents/Resources/var/log/dapcash-node.log
wallets_path=/Applications/DapCash.app/Contents/Resources/var/lib/wallet wallets_path=~/Applications/DapCash.app/Contents/Resources/var/lib/wallet
geoip_db_path=share/geoip/GeoLite2-City.mmdb geoip_db_path=share/geoip/GeoLite2-City.mmdb
ca_folders=[/Applications/DapCash.app/Contents/Resources/var/lib/ca,/Applications/DapCash.app/Contents/Resources/share/ca] ca_folders=[~/Applications/DapCash.app/Contents/Resources/var/lib/ca,~/Applications/DapCash.app/Contents/Resources/share/ca]
dap_global_db_path=/Applications/DapCash.app/Contents/Resources/var/lib/global_db dap_global_db_path=~/Applications/DapCash.app/Contents/Resources/var/lib/global_db
dap_global_db_driver=sqlite3 dap_global_db_driver=sqlite3
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment