blob: 86231c4ffd35bc508211bb531078e9c56d30bbc5 (
plain)
1
2
3
4
5
6
7
8
9
|
# Pleroma: A lightweight social networking server
# Copyright © 2017-2023 Pleroma Authors <https://pleroma.social/>
# SPDX-License-Identifier: AGPL-3.0-only
import Config
config :pleroma, exported_config_merged: true
config :pleroma, :first_setting, key: "new value"
|