Add sqlite config

Add sqlite to report_score
This commit is contained in:
2021-06-30 09:23:58 +02:00
parent 641defd109
commit e36fed491b
8 changed files with 37 additions and 4 deletions

View File

@@ -0,0 +1,6 @@
host=127.0.0.1
port=3306
user=stree
password=xtree
database=stree
sqlite=./data/stree.sqlite

View File

@@ -0,0 +1,5 @@
ssh_address_or_host=('atenea.rmontanana.es', 31427)
ssh_username=rmontanana
ssh_private_key=/home/rmontanana/.ssh/id_rsa
remote_bind_address=('127.0.0.1', 3306)
enabled=0