feat: Use application name from .env

This commit is contained in:
kbe
2025-08-18 00:25:14 +02:00
parent 2927a8344f
commit 3c6389c6e2
4 changed files with 4 additions and 2 deletions

View File

@@ -0,0 +1 @@
Rails.application.config.app_name = ENV.fetch("APP_NAME", "Aperonight")