Files
Compose-Files/Docker/forgejo/files/.env
T
2026-07-20 09:23:17 -04:00

6 lines
156 B
Bash

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