server.port=8080 application.title=CartChain application.version=1.0.0 spring.sql.init.mode=always spring.datasource.username=user spring.datasource.password=password spring.datasource.driverClassName=org.postgresql.Driver spring.jpa.hibernate.ddl-auto=update spring.jpa.database-platform=org.hibernate.dialect.PostgreSQLDialect spring.datasource.url=jdbc:postgresql://postgres-cartchain-db:5432/postgres_database springdoc.api-docs.path=/api-docs