set public next env vars from config

This commit is contained in:
Milo Schwartz
2024-10-12 21:23:12 -04:00
parent cf1de2253b
commit 61fca6a1f6
7 changed files with 69 additions and 33 deletions

View File

@@ -4,11 +4,12 @@ app:
base_url: http://localhost:3000
log_level: debug
save_logs: "false"
secure_cookies: "false"
server:
external_port: "3000"
internal_port: "3001"
internal_hostname: localhost
secure_cookies: "false"
rate_limit:
window_minutes: "1"