Gets rid of sample_confs and add defaults confs

This commit is contained in:
Sergi Delgado Segura
2020-03-18 18:10:09 +01:00
parent 685c81fa40
commit 5ff33ad5cf
4 changed files with 2 additions and 9 deletions

View File

@@ -50,12 +50,6 @@ jobs:
/snap/bin/bitcoin-core.daemon
# 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:
name: Run teos unit tests
command: |

1
.gitignore vendored
View File

@@ -3,7 +3,6 @@
.venv/
*.log
.DS_Store
conf.py
bitcoin.conf*
*__pycache__
.pending*

View File

@@ -1,6 +1,6 @@
# TEOS-SERVER
DEFAULT_TEOS_API_SERVER = "https://teos.pisa.watch"
DEFAULT_TEOS_API_PORT = 443
DEFAULT_TEOS_API_SERVER = "http://localhost"
DEFAULT_TEOS_API_PORT = 9814
# WT-CLI
DATA_FOLDER = "~/.teos_cli/"