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

6 lines
154 B
Bash

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