6 lines
156 B
Bash
6 lines
156 B
Bash
# Forgejo database credentials
|
|
<%- if database_type != 'sqlite' %>
|
|
DATABASE_USER=<< database_user >>
|
|
DATABASE_PASSWORD=<< database_password >>
|
|
<%- endif %>
|