mirror of
https://github.com/movie-web/backend.git
synced 2025-09-13 13:03:26 +00:00
8 lines
201 B
TypeScript
8 lines
201 B
TypeScript
import { FragmentSchema } from '@/config/fragments/types';
|
|
|
|
export const dockerFragment: FragmentSchema = {
|
|
postgres: {
|
|
connection: 'postgres://postgres:postgres@postgres:5432/postgres',
|
|
},
|
|
};
|