Skip to content

Commit

Permalink
Update configuration.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Staubgeborener authored Sep 4, 2024
1 parent c22bd15 commit 1eeb4ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ You can change the commit username for the commit history here, for example `com
| `commit_username` | *anything* | `whoami` output | `commit_username="backup user"` |

### 2. commit_email
You can change the commit email for the commit history here, if it is left empty the script will use `whoami@hostname --short-unique_id`. The unique_id is generated by hashing the output of `/dev/urandom`.
You can change the commit email for the commit history here, if it is left empty the script will use `whoami@hostname --short-unique_id`. The unique_id is generated by hashing the output of `date +%s%N` (current unix timestamp in nanoseconds).

| Parameter | Possible values | Default value | Example |
| -------------- | --------------- |------------------------------------------ | -------------------------------- |
Expand Down

0 comments on commit 1eeb4ab

Please sign in to comment.