Sign in
apache
/
incubator-baremaps
/
refs/heads/docker-compose
/
.
/
map
/
config.js
blob: 6b248b7f916b2f578a789c60ea1a762055ce1541 [
file
]
const
database
=
"jdbc:postgresql://localhost:5432/baremaps?&user=baremaps&password=baremaps"
;
export
{
database
};