#ifndef FEDIBLOCK_BACKEND_CONFIG_HPP #define FEDIBLOCK_BACKEND_CONFIG_HPP #include namespace FediBlock::config { using std::string_view; inline constexpr string_view forge_domain{"schlomp.space"}; inline constexpr string_view forge_org{"FediBlock"}; inline constexpr string_view forge_repo_backend{"backend"}; inline constexpr string_view forge_repo_data{"data"}; inline constexpr string_view forge_repo_data_branch{"main"}; } // namespace FediBlock::config #endif // FEDIBLOCK_BACKEND_CONFIG_HPP