BmnRoot
Loading...
Searching...
No Matches
uni_db_settings.h
Go to the documentation of this file.
1#ifndef UNI_DB_SETTINGS_H
2#define UNI_DB_SETTINGS_H
3
4// connection settings for the Unified Condition Database
5// set name and password of your privileged user if required, do not forget to recompile after any changes
6
7const char* const UNI_DB_USERNAME = "db_reader";
8const char* const UNI_DB_PASSWORD = "reader_pass";
9const char* const UNI_DB_HOST = "bmn-unidb.jinr.ru";
10const char* const UNI_DB_NAME = "uni_db";
11
12#endif // UNI_DB_SETTINGS_H
const char *const UNI_DB_HOST
const char *const UNI_DB_NAME
const char *const UNI_DB_PASSWORD
const char *const UNI_DB_USERNAME