Files
Compose-Files/Docker-Compose/forgejo/files/.env
T
2026-07-23 19:38:14 -04:00

6 lines
156 B
Bash

# Forgejo database credentials
<%- if database_type != 'sqlite' %>
DATABASE_USER=<< database_user >>
DATABASE_PASSWORD=<< database_password >>
<%- endif %>