@athenna/database
Version:
The Athenna database handler for SQL/NoSQL.
21 lines (20 loc) • 483 B
TypeScript
/**
* @athenna/database
*
* (c) João Lenon <lenon@athenna.io>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
declare const _default: {
container_name: string;
image: string;
ports: string[];
environment: {
POSTGRES_DB: string;
POSTGRES_USER: string;
POSTGRES_PASSWORD: string;
POSTGRES_ROOT_PASSWORD: string;
};
};
export default _default;