summaryrefslogtreecommitdiff
path: root/bank/src/main/kotlin/tech/libeufin/bank/Config.kt
AgeCommit message (Expand)Author
2024-04-30nexus: add libeufin-nexus serveAntoine A
2024-04-08Optimise importsAntoine A
2024-04-05Add base_url to /configAntoine A
2024-04-03Refactor db logicAntoine A
2024-03-27Clean and optimize EBICS messAntoine A
2024-03-20Add GC commandAntoine A
2024-03-05bank: add bank_name in config and in TAN messagesAntoine A
2024-02-20Improve bank keys prompt and env config value formatAntoine A
2024-02-20Use default currency specification if missingAntoine A
2024-02-19Environment variables for TAN script in libeufin-bank configAntoine A
2024-02-19Rename ADDRESS to BIND_TO and make 0.0.0.0 the defaultAntoine A
2024-02-15Reduce db logging and serve on localhost by defaultAntoine A
2024-02-13Code cleanupAntoine A
2024-02-07Generate withdraw URI using request base urlAntoine A
2024-02-07Warning instead of failure when new configuration values are missingAntoine A
2024-02-05Improve config error fmtAntoine A
2024-02-05Fix admin account create with x-taler-bank and improve config error msgAntoine A
2024-02-02Add support for x-taler-bank payto URIAntoine A
2024-02-02Prepare support for more payto URI kindAntoine A
2024-01-31Code cleanupAntoine A
2024-01-25Improve taler configAntoine A
2024-01-24Use java.nio and typed Path everywherev0.9.4-dev.6Antoine A
2024-01-23Split utils into common and ebics and ename integration to testbenchAntoine A
2024-01-23Share TalerAmount logicAntoine A
2024-01-19Improve log format and add log level cli flagAntoine A
2023-12-06Improve accounts APIAntoine A
2023-12-05Add supported_tan_channels in configAntoine A
2023-12-02Single DEFAULT_DEBT_LIMIT configAntoine A
2023-12-01Move all constants in a single file and remove redundant loggingAntoine A
2023-11-29Improve CLI exception handlingAntoine A
2023-11-29Add more config defaultsAntoine A
2023-11-29Add currency check when changing conversion rates and use FIAT_CURRENCY confi...Antoine A
2023-11-28Remove unused code and dependencies, minify fat jar and improve logsAntoine A
2023-11-27shared config subcommand for nexus and bankFlorian Dold
2023-11-27change config loading logicFlorian Dold
2023-11-27Improve config and HTTP query parsingAntoine A
2023-11-27Fix testsAntoine A
2023-11-24Simplify bonus configAntoine A
2023-11-24Fix conversion info APIAntoine A
2023-11-24Set conversion rates through REST APIAntoine A
2023-11-23Serve SPA filesAntoine A
2023-11-23Improve bank and nexus integrationAntoine A
2023-11-21Fix currency and currency_specificationAntoine A
2023-11-20Apply new specAntoine A
2023-11-17Apply new specAntoine A
2023-11-17Clean code and improve documentationAntoine A
2023-11-16Support conversion both waysAntoine A
2023-11-10Replace 'internal' and 'external' with 'regional' and 'fiat'Antoine A
2023-11-10Improve conversion endpoints errors and use internal and external names ever...Antoine A
2023-11-06Send TAN code using scripts, fix reconfig and clean testsAntoine A