FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
frontend/archive/conf/application.conf at master · devhttps/frontend · GitHub
devhttps
/
frontend
Public
forked from
guardian/frontend
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
frontend
/
archive
/
conf
/
application.conf
Copy path
More file actions
More file actions
Latest commit
History
History
History
44 lines (36 loc) · 779 Bytes
Breadcrumbs
frontend
/
archive
/
conf
/
application.conf
Copy path
File metadata and controls
44 lines (36 loc) · 779 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
akka {
loggers = ["akka.event.Logging$DefaultLogger", "akka.event.slf4j.Slf4jLogger"]
loglevel = WARNING
actor {
default-dispatcher = {
fork-join-executor {
parallelism-factor = 1.0
parallelism-max = 24
}
}
java-futures = {
fork-join-executor {
parallelism-factor = 1.0
parallelism-max = 1
}
}
}
}
play {
http {
# The secret key is used to secure cryptographics functions.
# If you deploy your application to several instances be sure to use the same key!
secret.key: ${APP_SECRET}
}
il8n {
langs: "en"
}
ws {
compressionEnabled: true
}
http.forwarded.trustedProxies = [ "0.0.0.0/0" ]
application.loader = AppLoader
}
guardian: {
projectName: archive
}
Back
|
FazBrowse Home
|
New Git URL