FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
api/config.example.yaml at dev · rl-os/api · GitHub
This repository was archived by the owner on Dec 20, 2022. It is now read-only.
rl-os
/
api
Public archive
Notifications
You must be signed in to change notification settings
Fork
6
Star
35
Code
Issues
3
Pull requests
1
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Security and quality
Insights
Expand file tree
Breadcrumbs
api
/
config.example.yaml
Copy path
More file actions
More file actions
Latest commit
History
History
History
45 lines (37 loc) · 625 Bytes
Breadcrumbs
api
/
config.example.yaml
Copy path
File metadata and controls
45 lines (37 loc) · 625 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
45
---
app
:
jwt
:
secret
:
'
change_me_plz
'
enable_jobs
:
true
enable_profile
:
true
transport
:
http
:
host
:
127.0.0.1
port
:
2400
database
:
driver
:
postgres
dsn
:
postgres://postgres:postgres@/osuserver?sslmode=disable
redis
:
url
:
'
redis://localhost:6379
'
log
:
level
:
trace
no_color
:
false
bancho
:
username
:
example
password
:
pwd
oauth_client
:
id
:
'
5
'
secret
:
'
FGc9GAtyHzeQDshWP5Ah7dega8hJACAJpQtw6OXk
'
cache
:
type
:
redis
storage
:
fs
:
path
:
/var/storage
s3
:
bucket
:
beatmaps
secret_id
:
123
secret_key
:
321
metrics
:
enable
:
true
host
:
127.0.0.1
port
:
2401
Back
|
FazBrowse Home
|
New Git URL