Merge branch 'master' into glitch-soc/merge-upstream
This commit is contained in:
@@ -900,6 +900,10 @@ en:
|
||||
body: 'Your status was boosted by %{name}:'
|
||||
subject: "%{name} boosted your status"
|
||||
title: New boost
|
||||
notifications:
|
||||
email_events: Events for e-mail notifications
|
||||
email_events_hint: 'Select events that you want to receive notifications for:'
|
||||
other_settings: Other notifications settings
|
||||
number:
|
||||
human:
|
||||
decimal_units:
|
||||
|
@@ -163,14 +163,14 @@ en:
|
||||
text: Why do you want to join?
|
||||
notification_emails:
|
||||
digest: Send digest e-mails
|
||||
favourite: Send e-mail when someone favourites your status
|
||||
follow: Send e-mail when someone follows you
|
||||
follow_request: Send e-mail when someone requests to follow you
|
||||
mention: Send e-mail when someone mentions you
|
||||
pending_account: Send e-mail when a new account needs review
|
||||
reblog: Send e-mail when someone boosts your status
|
||||
report: Send e-mail when a new report is submitted
|
||||
trending_tag: Send e-mail when an unreviewed hashtag is trending
|
||||
favourite: Someone favourited your status
|
||||
follow: Someone followed you
|
||||
follow_request: Someone requested to follow you
|
||||
mention: Someone mentioned you
|
||||
pending_account: New account needs review
|
||||
reblog: Someone boosted your status
|
||||
report: New report is submitted
|
||||
trending_tag: An unreviewed hashtag is trending
|
||||
tag:
|
||||
listable: Allow this hashtag to appear in searches and on the profile directory
|
||||
name: Hashtag
|
||||
|
41
config/pghero.yml
Normal file
41
config/pghero.yml
Normal file
@@ -0,0 +1,41 @@
|
||||
databases:
|
||||
primary:
|
||||
# Database URL (defaults to app database)
|
||||
# url: <%= ENV["DATABASE_URL"] %>
|
||||
|
||||
# Add more databases
|
||||
# other:
|
||||
# url: <%= ENV["OTHER_DATABASE_URL"] %>
|
||||
|
||||
# Minimum time for long running queries
|
||||
# long_running_query_sec: 60
|
||||
|
||||
# Minimum average time for slow queries
|
||||
# slow_query_ms: 20
|
||||
|
||||
# Minimum calls for slow queries
|
||||
# slow_query_calls: 100
|
||||
|
||||
# Minimum connections for high connections warning
|
||||
# total_connections_threshold: 500
|
||||
|
||||
# Statement timeout for explain
|
||||
# explain_timeout_sec: 10
|
||||
|
||||
# Time zone (defaults to app time zone)
|
||||
# time_zone: "Pacific Time (US & Canada)"
|
||||
|
||||
# Basic authentication
|
||||
# username: admin
|
||||
# password: secret
|
||||
|
||||
# Stats database URL (defaults to app database)
|
||||
# stats_database_url: <%= ENV["PGHERO_STATS_DATABASE_URL"] %>
|
||||
|
||||
# AWS configuration (defaults to app AWS config)
|
||||
# also need aws_db_instance_identifier with each database
|
||||
# aws_access_key_id: ...
|
||||
# aws_secret_access_key: ...
|
||||
# aws_region: us-east-1
|
||||
|
||||
override_csp: true
|
Reference in New Issue
Block a user