-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathapplication.yml
More file actions
67 lines (67 loc) · 1.72 KB
/
Copy pathapplication.yml
File metadata and controls
67 lines (67 loc) · 1.72 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
---
spring:
application:
name: "support-platform"
datasource:
username: "postgres"
password: ""
url: "jdbc:postgresql://localhost:5432/support"
driver-class-name: "org.postgresql.Driver"
jpa:
hibernate:
ddl-auto: "update"
open-in-view: false
show-sql: false
server:
port: 8080
support:
web:
enabled: true
admin:
username: "admin"
password: "admin"
tickets:
auto-close-on-reply: false
messages:
max-length: 2000
limit-time: 10
limit-amountmsg: 10
limit-restrict-time: 10
greeting-enabled: true
header-enabled: true
footer-enabled: true
platforms:
telegram:
enabled: false
token: ""
support-chat-id: 1
discord:
enabled: false
token: ""
support-chat-id: 1
texts:
error: "Something went wrong. Please try again later."
rate-limit: "You are sending messages too fast."
greeting: "Hello! Our support team will reply shortly."
header: "[Support]"
footer: "Thank you for contacting support!"
newmsg: "New support message"
ticket: "Ticket"
start: "Welcome to support! Send your message and our agents will assist you."
user: "user"
user-id: "user id"
banned: "banned"
unbanned: "unbanned"
user-not-found: "User not found"
usage-command: "Usage:"
ticket-closed: "closed"
ticket-not-found: "Ticket not found"
ticket-already-closed: "Ticket is already closed"
ticket-already-open: "Ticket is already open"
ticket-reopened: "reopened"
message-too-long: "Your message is too long. Please shorten it."
status: "Status"
status-open: "Open"
status-closed: "Closed"
created-at: "Created"
help-commands: "Available commands"