mirror of
https://github.com/aljazceru/python-teos.git
synced 2025-12-17 06:04:21 +01:00
Gets rid of sample_confs and add defaults confs
This commit is contained in:
@@ -50,12 +50,6 @@ jobs:
|
|||||||
/snap/bin/bitcoin-core.daemon
|
/snap/bin/bitcoin-core.daemon
|
||||||
|
|
||||||
# Run unit tests
|
# Run unit tests
|
||||||
- run:
|
|
||||||
name: Creates config files
|
|
||||||
command: |
|
|
||||||
cp teos/sample_conf.py teos/conf.py
|
|
||||||
cp cli/sample_conf.py cli/conf.py
|
|
||||||
|
|
||||||
- run:
|
- run:
|
||||||
name: Run teos unit tests
|
name: Run teos unit tests
|
||||||
command: |
|
command: |
|
||||||
|
|||||||
1
.gitignore
vendored
1
.gitignore
vendored
@@ -3,7 +3,6 @@
|
|||||||
.venv/
|
.venv/
|
||||||
*.log
|
*.log
|
||||||
.DS_Store
|
.DS_Store
|
||||||
conf.py
|
|
||||||
bitcoin.conf*
|
bitcoin.conf*
|
||||||
*__pycache__
|
*__pycache__
|
||||||
.pending*
|
.pending*
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# TEOS-SERVER
|
# TEOS-SERVER
|
||||||
DEFAULT_TEOS_API_SERVER = "https://teos.pisa.watch"
|
DEFAULT_TEOS_API_SERVER = "http://localhost"
|
||||||
DEFAULT_TEOS_API_PORT = 443
|
DEFAULT_TEOS_API_PORT = 9814
|
||||||
|
|
||||||
# WT-CLI
|
# WT-CLI
|
||||||
DATA_FOLDER = "~/.teos_cli/"
|
DATA_FOLDER = "~/.teos_cli/"
|
||||||
Reference in New Issue
Block a user