Squashed into initial commit
This commit is contained in:
commit
c74e093a3b
19 changed files with 1728 additions and 0 deletions
14
examples/bottin.yaml
Normal file
14
examples/bottin.yaml
Normal file
|
@ -0,0 +1,14 @@
|
|||
server:
|
||||
port: 1312
|
||||
|
||||
db:
|
||||
type: 'sqlite'
|
||||
sqlite:
|
||||
path: '/var/lib/bottin/bottin.db'
|
||||
|
||||
login:
|
||||
username: 'bottin'
|
||||
password: 'bottin'
|
||||
|
||||
import:
|
||||
insert_batch_size: 500
|
8
examples/membres-test.json
Normal file
8
examples/membres-test.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
[{
|
||||
"num_etud":"0000001",
|
||||
"nom":"User 1"
|
||||
},
|
||||
{
|
||||
"num_etud":"64",
|
||||
"nom":"Test User 64"
|
||||
}]
|
Reference in a new issue