feat: acquire-core full legacy C corpus (~2066 files, build-verified) + generator + inventory
This commit is contained in:
commit
b96cf702ee
2897 changed files with 264970 additions and 0 deletions
15
config/au_cfg_0001.cfg
Normal file
15
config/au_cfg_0001.cfg
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
# au_cfg_0001.cfg - @KMOD@ 런타임 설정 (easy)
|
||||
[general]
|
||||
module = au
|
||||
transform = authorization
|
||||
tier = easy
|
||||
|
||||
[db]
|
||||
dsn = acquire@localhost
|
||||
schema = public
|
||||
fetch_size = 1000
|
||||
|
||||
[limits]
|
||||
daily_cap = 100000000
|
||||
single_cap = 50000000
|
||||
fee_rate_bp = 250
|
||||
Reference in a new issue