Skip to content

Commit

Permalink
Automatic build
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 11, 2023
1 parent 5e1e879 commit ca178e5
Show file tree
Hide file tree
Showing 2 changed files with 75 additions and 0 deletions.
57 changes: 57 additions & 0 deletions dist/config/app.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
{
"development": {
"senza_url": "http://localhost:3000/api/v2",
"macaroon_location": "/Users/evanfeenstra/code/lnd-dev/alice/data/chain/bitcoin/simnet/admin.macaroon",
"tls_location": "/Users/evanfeenstra/Library/Application Support/Lnd/tls.cert",
"node_ip": "127.0.0.1",
"lnd_ip": "127.0.0.1",
"lnd_port": "10001",
"node_http_protocol": "http",
"node_http_port": "3001",
"hub_api_url": "http://lvh.me/api/v1",
"hub_url": "http://lvh.me/ping",
"hub_invite_url": "http://lvh.me/invites",
"hub_check_invite_url": "http://lvh.me/check_invite",
"media_host": "localhost:5000",
"tribes_host": "tribes.sphinx.chat",
"public_url": "",
"connection_string_path": "connection_string.txt",
"ssl": {
"enabled": false,
"save": true,
"port": "80"
},
"proxy_macaroons_dir": "/Users/evanfeenstra/code/sphinx-proxy/macaroons",
"proxy_tls_location": "/Users/evanfeenstra/code/sphinx-proxy/cert/tls.cert",
"proxy_lnd_ip": "127.0.0.1",
"proxy_lnd_port": "11111",
"proxy_admin_token": "d86hnf8irgbcv093jdns",
"boltwall_server": "http://0.0.0.0:8444"
},
"production": {
"senza_url": "https://staging.senza.us/api/v2/",
"macaroon_location": "/relay/.lnd/data/chain/bitcoin/mainnet/admin.macaroon",
"tls_location": "/relay/.lnd/tls.cert",
"lnd_log_location": "/relay/.lnd/logs/bitcoin/mainnet/lnd.log",
"node_ip": "localhost",
"lnd_ip": "localhost",
"node_http_protocol": "http",
"node_http_port": "3001",
"lnd_port": "10009",
"hub_api_url": "https://hub.sphinx.chat/api/v1",
"hub_url": "https://hub.sphinx.chat/ping",
"hub_invite_url": "https://hub.sphinx.chat/invites",
"hub_check_invite_url": "https://hub.sphinx.chat/check_invite",
"media_host": "memes.sphinx.chat",
"tribes_host": "tribes.sphinx.chat",
"public_url": "",
"connection_string_path": "connection_string.txt",
"ssl": {
"enabled": false,
"save": true,
"port": "80"
},
"boltwall_server": "https://knowledge-graph.sphinx.chat",
"default_cache_host": ""
}
}
18 changes: 18 additions & 0 deletions dist/config/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"development": {
"dialect": "sqlite",
"storage": "/Users/Shared/sphinx.db"
},
"docker_development": {
"dialect": "sqlite",
"storage": "./sphinx.db"
},
"test": {
"dialect": "sqlite",
"storage": "/home/ubuntu/sphinx.db"
},
"production": {
"dialect": "sqlite",
"storage": "/relay/.lnd/sphinx.db"
}
}

0 comments on commit ca178e5

Please sign in to comment.