mirror of
https://akkoma.dev/AkkomaGang/akkoma.git
synced 2024-11-11 03:39:13 +00:00
little fix
This commit is contained in:
parent
8f5ee7db06
commit
0624e06a9c
1 changed files with 2 additions and 2 deletions
|
@ -10,8 +10,8 @@ defmodule Pleroma.Docs.Markdown do
|
||||||
|
|
||||||
IO.write(
|
IO.write(
|
||||||
file,
|
file,
|
||||||
"This file describe the configuration, it is recommended to edit the relevant `*.secret.exs` file instead of the others founds in the ``config`` directory. \r\n
|
"This file describe the configuration, it is recommended to edit the relevant `*.secret.exs` file instead of the others founds in the ``config`` directory. \r\n\r\n" <>
|
||||||
If you run Pleroma with ``MIX_ENV=prod`` the file is ``prod.secret.exs``, otherwise it is ``dev.secret.exs``.\r\n\r\n"
|
" If you run Pleroma with ``MIX_ENV=prod`` the file is ``prod.secret.exs``, otherwise it is ``dev.secret.exs``.\r\n\r\n"
|
||||||
)
|
)
|
||||||
|
|
||||||
for group <- descriptions do
|
for group <- descriptions do
|
||||||
|
|
Loading…
Reference in a new issue