Read Afia AI credentials from platform admin settings.
Deploy Ladill Link / deploy (push) Successful in 58s

Link Afia now resolves provider, model, and API keys from ladilldb.platform_settings like the monolith, with .env fallbacks for local dev.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
isaacclad
2026-06-27 14:34:43 +00:00
co-authored by Cursor
parent 5a3631cd2e
commit 29993040bd
7 changed files with 159 additions and 5 deletions
+7
View File
@@ -17,6 +17,13 @@ DB_DATABASE=ladill_link
DB_USERNAME=ladill_link
DB_PASSWORD=
# Read platform admin settings (AI + Paystack keys from ladilldb.platform_settings).
PLATFORM_DB_HOST=127.0.0.1
PLATFORM_DB_PORT=3306
PLATFORM_DB_DATABASE=ladilldb
PLATFORM_DB_USERNAME=ladill_link
PLATFORM_DB_PASSWORD=
SESSION_DRIVER=database
SESSION_LIFETIME=120
SESSION_DOMAIN=.ladill.com