Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Lumen アプリを Amazon RDS PostgreSQL インスタンスに接続しようとしています。そのためには、「sslmode」パラメーターと「sslrootcert」パラメーターをデータベース接続に渡す必要があります。
Laravel では、config/database.php 内の追加の「オプション」配列を介してそれらを提供できました。Lumen には config/database.php ファイルがないため、どのように渡すことができますか?