/** * @athenna/database * * (c) João Lenon * * 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: { MYSQL_DATABASE: string; MYSQL_ROOT_PASSWORD: string; MYSQL_ALLOW_EMPTY_PASSWORD: string; }; }; export default _default;