sourcephile
/
git
/
comptalang.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Ajout : Chart : Tags : Équilibre.
[comptalang.git]
/
web
/
config
/
sqlite.yml
1
Default: &defaults
2
database: hcompta-web.sqlite3
3
poolsize: 10
4
5
Development:
6
<<: *defaults
7
8
Testing:
9
database: hcompta-web_test.sqlite3
10
<<: *defaults
11
12
Staging:
13
database: hcompta-web_staging.sqlite3
14
poolsize: 100
15
<<: *defaults
16
17
Production:
18
database: hcompta-web_production.sqlite3
19
poolsize: 100
20
<<: *defaults