Bump root version to v4
Remove all files from v3 Move all files from v4/ to project root
This commit is contained in:
parent
3c0d45fa04
commit
9a0bf87e7b
40 changed files with 423 additions and 2130 deletions
|
@ -1,14 +0,0 @@
|
|||
server:
|
||||
port: 1312
|
||||
|
||||
db:
|
||||
type: 'sqlite'
|
||||
sqlite:
|
||||
path: '/var/lib/bottin/bottin.db'
|
||||
|
||||
login:
|
||||
username: 'bottin'
|
||||
password: 'bottin'
|
||||
|
||||
import:
|
||||
insert_batch_size: 500
|
|
@ -1,8 +0,0 @@
|
|||
[{
|
||||
"num_etud":"0000001",
|
||||
"nom":"User 1"
|
||||
},
|
||||
{
|
||||
"num_etud":"64",
|
||||
"nom":"Test User 64"
|
||||
}]
|
Reference in a new issue