Skip to content

Commit acc77c0

Browse files
authored
Merge pull request #343 from mvahaste/master
fix(env): incorrect description for MICROBIN_FOOTER_TEXT
2 parents 4528ee3 + b428004 commit acc77c0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.env

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ export MICROBIN_ADMIN_USERNAME=admin
3838
# Default value: m1cr0b1n
3939
export MICROBIN_ADMIN_PASSWORD=m1cr0b1n
4040

41-
# Enables administrator interface at yourserver.com/admin/
42-
# if set, disables it if unset. Will not have any affect
43-
# unless admin username is also set. If admin username is
41+
# Replaces the default footer text with your own. If you
42+
# want to hide the footer, use the hide footer option instead.
43+
# Note that you can also embed HTML here, so you may want to escape
4444
# '<', '>' and so on.
4545
# export MICROBIN_FOOTER_TEXT=
4646

0 commit comments

Comments
 (0)