mirror of
https://github.com/zitadel/zitadel.git
synced 2025-05-02 07:50:51 +00:00
docs: fix environment variables (#3674)
* clearer masterkey, config iam admin * fix env var
This commit is contained in:
parent
0906c2d513
commit
db0e7495e7
@ -9,8 +9,8 @@ Prefix the key with *ZITADEL\_*, uppercase the propery and join sections by an u
|
|||||||
For example, if you want to configure the default ZITADEL IAM admin username and password, export these two variables.
|
For example, if you want to configure the default ZITADEL IAM admin username and password, export these two variables.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
export ZITADEL_DEFAULTINSTANCE_HUMAN_USERNAME="root"
|
export ZITADEL_DEFAULTINSTANCE_ORG_HUMAN_USERNAME="root"
|
||||||
export ZITADEL_DEFAULTINSTANCE_HUMAN_PASSWORD="RootPassword1!"
|
export ZITADEL_DEFAULTINSTANCE_ORG_HUMAN_PASSWORD="RootPassword1!"
|
||||||
```
|
```
|
||||||
|
|
||||||
### Configure by configuration files
|
### Configure by configuration files
|
||||||
@ -22,15 +22,17 @@ Fortunately, you can pass multiple configuration files to the zitadel command.
|
|||||||
# Create a configuration file containing normal configuration
|
# Create a configuration file containing normal configuration
|
||||||
cat << EOF > ./zitadel-config.yaml
|
cat << EOF > ./zitadel-config.yaml
|
||||||
DefaultInstance:
|
DefaultInstance:
|
||||||
Human:
|
Org:
|
||||||
Username: root
|
Human:
|
||||||
|
Username: root
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
# Create a configuration file containing secrets
|
# Create a configuration file containing secrets
|
||||||
cat << EOF > ./zitadel-secrets.yaml
|
cat << EOF > ./zitadel-secrets.yaml
|
||||||
DefaultInstance:
|
DefaultInstance:
|
||||||
Human:
|
Org:
|
||||||
Password: RootPassword1!
|
Human:
|
||||||
|
Password: RootPassword1!
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
# Pass multiple config files using the --config argument
|
# Pass multiple config files using the --config argument
|
||||||
|
@ -2,4 +2,5 @@ Open your favorite internet browser and navigate to [http://localhost:8080/ui/co
|
|||||||
If you didn't configure something else, this is the default IAM admin users login:
|
If you didn't configure something else, this is the default IAM admin users login:
|
||||||
- **username**: *zitadel-admin@<span></span>zitadel.localhost*
|
- **username**: *zitadel-admin@<span></span>zitadel.localhost*
|
||||||
- **password**: *Password1!*
|
- **password**: *Password1!*
|
||||||
|
|
||||||
If you configured a different username, replace the substring zitadel-admin above by the username you configured.
|
If you configured a different username, replace the substring zitadel-admin above by the username you configured.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user