Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Sharkey
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Dima Krasner
Sharkey
Commits
3695e6db
Commit
3695e6db
authored
6 years ago
by
Aya Morisawa
Browse files
Options
Downloads
Patches
Plain Diff
Update config example
parent
cf17a394
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.config/example.yml
+31
-43
31 additions, 43 deletions
.config/example.yml
with
31 additions
and
43 deletions
.config/example.yml
+
31
−
43
View file @
3695e6db
# Name of your instance
name
:
'
example-
instance
-name'
name
:
'
example-instance-name'
# Name of your instance
description
:
'
example-description'
# Description of your
instance
# Description of your instance
description
:
'
example-description'
# Maintainer
maintainer
:
# Your name
name
:
'
example-maitainer-name'
# Your contact (http or mailto)
url
:
'
http://example.com/'
# Repository URL
repository_url
:
'
http://example.com/'
# Feedback URL (e.g. github issue)
feedback_url
:
'
http://example.com/'
name
:
'
example-maitainer-name'
# Your name
url
:
'
http://example.com/'
# Your contact (http or mailto)
repository_url
:
'
http://example.com/'
# Repository URL
feedback_url
:
'
http://example.com/'
# Feedback URL (e.g. github issue)
# URL
url
:
http://localhost/
port
:
80
# TLS (Uncomment if you need)
# https:
# # path for certification
# key: example-tls-key
# cert: example-tls-cert
# MongoDB
mongodb
:
host
:
localhost
port
:
27017
...
...
@@ -37,35 +18,42 @@ mongodb:
user
:
example-misskey-user
pass
:
example-misskey-pass
# Redis
redis
:
host
:
localhost
port
:
6379
pass
:
'
example-pass'
# reCAPTCHA
recaptcha
:
site_key
:
example-site-key
secret_key
:
example-secret-key
# ServiceWorker
sw
:
# Public key of VAPID
public_key
:
example-sw-public-key
# Private key of VAPID
private_key
:
example-sw-private-key
# Google Maps API
google_maps_api_key
:
example-google-maps-api-key
# Twitter integration (can be omitted)
twitter
:
consumer_key
:
example-twitter-consumer-key
consumer_secret
:
example-twitter-consumer-secret-key
# If enabled:
# Server will not cache remote files (Using direct link instead).
# You can save your storage.
# Users cannot see remote images when they turn off "Show media from a remote server" setting.
preventCache
:
false
#
# Below settings are optional
#
# TLS
# https:
# # path for certification
# key: example-tls-key
# cert: example-tls-cert
# ServiceWorker
# sw:
# # Public key of VAPID
# public_key: example-sw-public-key
# # Private key of VAPID
# private_key: example-sw-private-key
# google_maps_api_key: example-google-maps-api-key
# Twitter integration
# twitter:
# consumer_key: example-twitter-consumer-key
# consumer_secret: example-twitter-consumer-secret-key
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment