Skip to content

Commit

Permalink
add details on environment variables (#41)
Browse files Browse the repository at this point in the history
* add details on environment variables
  • Loading branch information
guustnieuwenhuis committed Oct 18, 2023
1 parent 0f1fc99 commit 3b5d56f
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions 01_getting-started/03_configuration/03_env-variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,21 @@ title: Environment variables
nav_order: 3
grand_parent: Getting started
parent: Configuration
last_modified_date: 20-10-2021 13:00
last_modified_date: 18-10-2023 13:00
permalink: /getting-started/configuration/env-variables/
---

# Environment variables
# Environment variables

Masa CMS can be configured using environment variables. When hosting Masa CMS in a Docker container on a public cloud provider, this comes in very useful.

## Available variables

All Masa CMS settings are available as environment variables using the following format: `MURA_{setting}`, for example `MURA_APPRELOADKEY`.

[List of available settings](/getting-started/configuration/configuration-file/)

Additionally, there are some more environment variables that allow you to configure your Masa CMS environment:

* MURA_ADMIN_USERNAME
* MURA_ADMIN_PASSWORD

0 comments on commit 3b5d56f

Please sign in to comment.