We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66f845c commit 96752faCopy full SHA for 96752fa
1 file changed
src/main/resources/application.yml
@@ -24,23 +24,29 @@ server:
24
port: 8080
25
---
26
spring:
27
- profiles: say-text
+ config:
28
+ activate:
29
+ on-profile: say-text
30
polly:
31
access-key: ${POLLY_ACCESS_KEY}
32
secret-key: ${POLLY_SECRET_KEY}
33
file-service:
34
url: ${FILE_SERVICE_URL}
35
36
- profiles: dev
37
38
39
+ on-profile: dev
40
logging:
41
level:
42
org.springframework.web: DEBUG
43
ru.javazen.telegram.bot: DEBUG
44
org.hibernate: DEBUG
45
46
- profiles: production
47
48
49
+ on-profile: production
50
datasource:
51
url: ${IGOR_DB_CONNECTION_URL}
52
username: ${IGOR_DB_USER}
0 commit comments