This commit is contained in:
parent
7d36b6d9dc
commit
7cedd4e152
6
pom.xml
6
pom.xml
@ -42,6 +42,12 @@
|
||||
<profiles.active>prod</profiles.active>
|
||||
</properties>
|
||||
</profile>
|
||||
<profile>
|
||||
<id>prod-remote</id>
|
||||
<properties>
|
||||
<profiles.active>prod-remote</profiles.active>
|
||||
</properties>
|
||||
</profile>
|
||||
</profiles>
|
||||
<properties>
|
||||
<java.version>17</java.version>
|
||||
|
14
src/main/resources/application-prod-remote.yml
Normal file
14
src/main/resources/application-prod-remote.yml
Normal file
@ -0,0 +1,14 @@
|
||||
bot:
|
||||
id: 3437522130
|
||||
type: password
|
||||
password: nobuts001
|
||||
spring:
|
||||
data:
|
||||
redis:
|
||||
host: 101.35.164.171
|
||||
password: wTE32JjsieQ2JTOwsg9X
|
||||
datasource:
|
||||
driver-class-name: com.mysql.cj.jdbc.Driver
|
||||
url: jdbc:mysql://101.35.164.171:3306/mirai?useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=Asia/Shanghai&allowPublicKeyRetrieval=true
|
||||
username: mirai
|
||||
password: FydsaZsFm5w26We6
|
Loading…
Reference in New Issue
Block a user