feat: added firefly-iii

This commit is contained in:
Nick 2025-10-09 05:09:12 -05:00
parent 8e2c83721a
commit 3bc6a3ceca

View file

@ -24,7 +24,7 @@ in
settings = { settings = {
DB_CONNECTION = "pgsql"; DB_CONNECTION = "pgsql";
DB_HOST = "localhost"; DB_HOST = "localhost";
DB_PORT = "5432"; DB_PORT = 5432;
DB_DATABASE = service.name; DB_DATABASE = service.name;
DB_USERNAME = service.name; DB_USERNAME = service.name;
APP_URL = "https://${host}"; APP_URL = "https://${host}";