Soshi Nakachi仲地早司
06/19/2023, 9:12 AMkapa.ai
06/19/2023, 9:12 AMkapa.ai
06/19/2023, 9:13 AMSoshi Nakachi仲地早司
06/19/2023, 9:16 AMkapa.ai
06/19/2023, 9:16 AMkapa.ai
06/19/2023, 9:16 AMDATABASE_URL and CONFIG_DATABASE_URL environment variables with the appropriate JDBC connection string, including the SSL parameters. For example, you can set the DATABASE_URL like this: DATABASE_URL=jdbc:<postgresql://host.docker.internal:3000/postgres?ssl=true&sslmode=require> And for the config database, if it is separate from the job database: CONFIG_DATABASE_URL=jdbc:postgresql://<host>:<port>/<database>?<extra-parameters> Replace <host>, <port>, <database>, and <extra-parameters> with the appropriate values for your setup. Source: [Configuring the Airbyte Database](https://docs.airbyte.com/operator-guides/configuring-airbyte-db)Soshi Nakachi仲地早司
06/19/2023, 9:17 AMkapa.ai
06/19/2023, 9:17 AMkapa.ai
06/19/2023, 9:18 AM