# No need to change POSTGRES_DB=dchat # "db" being the name of the postgresql service inside the docker-compose.yml, "5432" is the port on which postgres # listens for new connections and "dchat" is the database name. POSTGRES_URL=jdbc:postgresql://db:5432/dchat # Please change DISCORD_API_KEY= OPENAI_API_KEY= # Those values can not change after the first start POSTGRES_USER= POSTGRES_PASSWORD=