8 lines
197 B
Plaintext
8 lines
197 B
Plaintext
#ifndef POSTGRES_CONNECTION_HPP
|
|
#define POSTGRES_CONNECTION_HPP
|
|
|
|
namespace matador::test::connection {
|
|
const char* const dns = "@POSTGRES_CONNECTION_STRING@";
|
|
}
|
|
|
|
#endif /*POSTGRES_CONNECTION_HPP*/ |