BmnRoot
Loading...
Searching...
No Matches
event_db_settings.h
Go to the documentation of this file.
1#ifndef EVENT_DB_SETTINGS_H
2#define EVENT_DB_SETTINGS_H
3
4// connection settings for the Event Metadata Database
5// set name and password of your privileged user if required, do not forget to recompile after any changes
6const char* const EVENT_API_USERNAME = "shift";
7const char* const EVENT_API_PASSWORD = "shift";
8const char* const EVENT_API_HOST = "https://bmn-event.jinr.int";
9const char* const EVENT_API_NAME = "event_api";
10
11#endif // EVENT_DB_SETTINGS_H
const char *const EVENT_API_HOST
const char *const EVENT_API_NAME
const char *const EVENT_API_PASSWORD
const char *const EVENT_API_USERNAME