{ "var_forgejo_user": "forgejo", "var_forgejo_directory_main": "/opt/forgejo", "var_forgejo_directory_repositories": "/var/forgejo/repositories", "var_forgejo_version": "7.0.5", "var_forgejo_platform": "linux-amd64", "var_forgejo_secret_key": "REPLACE_ME", "var_forgejo_internal_token": "REPLACE_ME", "var_forgejo_domain": "forgejo.example.org", "var_forgejo_listen_address": "0.0.0.0", "var_forgejo_listen_port": 2378, "var_forgejo_database_kind": "sqlite", "var_forgejo_database_data_sqlite_path": "/var/forgejo/data.sqlite", "var_forgejo_database_data_postgresql_host": "postgresql.example.org", "var_forgejo_database_data_postgresql_port": 5432, "var_forgejo_database_data_postgresql_username": "forgejo_user", "var_forgejo_database_data_postgresql_password": "REPLACE_ME", "var_forgejo_database_data_postgresql_scheme": "forgejo", "var_forgejo_authentication_kind": "internal", "var_forgejo_authentication_data_authelia_url_base": "https://authelia.example.org", "var_forgejo_authentication_data_authelia_client_id": "forgejo", "var_forgejo_authentication_data_authelia_client_secret": "REPLACE_ME", "var_forgejo_smtp_host": "smtp.example.org", "var_forgejo_smtp_port": 465, "var_forgejo_smtp_username": "REPLACE_ME", "var_forgejo_smtp_password": "REPLACE_ME", "var_forgejo_email_sending_enabled": false, "var_forgejo_email_sending_sender": "forgejo@example.org", "var_forgejo_email_sending_html": false, "var_forgejo_title": "Forgejo: Beyond coding. We Forge." }