initial commits 2
This commit is contained in:
parent
5475b7dd26
commit
7f38826b9c
39 changed files with 4525 additions and 0 deletions
10
testingdata/.env
Normal file
10
testingdata/.env
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
#################################
|
||||
### Env Vars ###
|
||||
#################################
|
||||
KEY_ONE=VAL_ONE
|
||||
KEY_TWO=VAL_TWO
|
||||
|
||||
|
||||
# SQLITE
|
||||
SQLITE_DB=testingdata/db.sqlite
|
||||
|
||||
0
testingdata/db.sqlite
Normal file
0
testingdata/db.sqlite
Normal file
3
testingdata/testdata.json
Normal file
3
testingdata/testdata.json
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"testKey": "testVal"
|
||||
}
|
||||
1
testingdata/totestcopyfile.md
Normal file
1
testingdata/totestcopyfile.md
Normal file
|
|
@ -0,0 +1 @@
|
|||
test copy file
|
||||
1
testingdata/totestmovefile.md
Normal file
1
testingdata/totestmovefile.md
Normal file
|
|
@ -0,0 +1 @@
|
|||
test move file
|
||||
Loading…
Add table
Add a link
Reference in a new issue