From 8c3a37310e5da1218e13bfea0cb1cc0414fca350 Mon Sep 17 00:00:00 2001 From: upagge Date: Sat, 29 Feb 2020 01:05:09 +0300 Subject: [PATCH] release-1.0.0 --- config/application.yaml | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 config/application.yaml diff --git a/config/application.yaml b/config/application.yaml new file mode 100644 index 0000000..af333c8 --- /dev/null +++ b/config/application.yaml @@ -0,0 +1,32 @@ +spring: + datasource: + url: jdbc:postgresql://localhost:5432/bitbucket_bot + username: postgres + driver-class-name: org.postgresql.Driver + password: + liquibase: + change-log: classpath:liquibase/change-log.xml + jpa: + show-sql: true + hibernate: + ddl-auto: none + database-platform: org.hibernate.dialect.PostgreSQLDialect + properties: + hibernate: + jdbc: + lob: + non_contextual_creation: true +bitbucketbot: + telegram: + bot-username: bitbucket_sadtech_bot + bot-token: 1096235968:AAHvIy_mlZJXiNc9aDQWtCuiksz9YGknoXE + proxy-config: + host: 212.237.23.75 + port: 1080 + type: SOCKS5 + user: upagge + password: seAbotd9Bidu%ZqZB3g4 + bitbucket: + token: Nzg5NjUyNDQwMzk2OlA+6naQz02+GxOG0Q9li/jnsn7E + url-pull-request-open: http://192.168.236.164:7990/rest/api/1.0/dashboard/pull-requests?limit=150&state=OPEN + url-pull-request-close: http://192.168.236.164:7990/rest/api/1.0/dashboard/pull-requests?limit=150&closedSince=86400