myproject 0.0.0
%%description%%
Loading...
Searching...
No Matches
parameters.h
Go to the documentation of this file.
1#pragma once
2
4
5inline static constexpr auto sentry_dsn{
6 "https://19b124e363ad435c8391d2f34709cc01@o173746.ingest.sentry.io/"
7 "4504810073423872"};
8// File paths
9inline static constexpr auto log_path{"logs/main.log"};
10
11} // namespace myproject::parameters
Definition parameters.h:3