Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update typos in .env #256

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
12 changes: 6 additions & 6 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export MICROBIN_ADMIN_PASSWORD=m1cr0b1n
# finalised pastas but there will be an extra checkbox to
# make your new pasta editable from the pasta list or the
# pasta view page.
# Default value: 8080
# Default value: true
export MICROBIN_EDITABLE=true

# Replaces the default footer text with your own. If you
Expand All @@ -48,21 +48,21 @@ export MICROBIN_EDITABLE=true
# export MICROBIN_FOOTER_TEXT=

# Hides the navigation bar on every page.
# Default value: 8080
# Default value: false
export MICROBIN_HIDE_HEADER=false

# Hides the footer on every page.
# Default value: 8080
# Default value: false
export MICROBIN_HIDE_FOOTER=false

# Hides the MicroBin logo from the navigation bar on every
# page.
# Default value: 8080
# Default value: false
export MICROBIN_HIDE_LOGO=false

# Disables the /pastalist endpoint, essentially making all
# pastas private.
# Default value: 8080
# Default value: false
export MICROBIN_NO_LISTING=false

# Enables syntax highlighting support. When creating a new
Expand Down Expand Up @@ -234,4 +234,4 @@ export MICROBIN_DISABLE_TELEMETRY=false

# Enables listing your server in the public MicroBin server list.
# Default value: false
export MICROBIN_LIST_SERVER=false
export MICROBIN_LIST_SERVER=false