first commit

This commit is contained in:
2022-09-02 17:06:02 -04:00
commit af71948632
5 changed files with 23 additions and 0 deletions

5
config.R.example Normal file
View File

@@ -0,0 +1,5 @@
dbuser <- 'user'
dbpass <- 'pass'
dbname <- 'dbname'
dbhost <- 'localhost'
dbport <- 3306