Skip to content

Commit

Permalink
adjust empty_commit section
Browse files Browse the repository at this point in the history
  • Loading branch information
Staubgeborener committed Feb 23, 2024
1 parent 3fd7b12 commit a5e570a
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 @@ -8,7 +8,7 @@ Now you need your [GitHub token](installation.md#create-github-token).
#### Optional Paramaters
1. `commit_username=""` You can change the commit username for the commit history here, for example `commit_username="backup user"`, if it is left empty, the script will use `whoami` for the current 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 --long-unique_id`. The unique_id is generated by hashing the unique mac address of the system.
3. `empty_commit=""` You can choose whether you want to push empty commits or not (this serves to permanently check whether the service is running correctly in the background), for example `empty_commit=no`. The value can be `yes` or `no` (default value if nothing is defined: `yes`).
3. `empty_commit=""` You can choose whether you want to push empty commits or not (this serves to permanently check whether the service is running correctly in the background), for example `empty_commit="no"`. The value can be `yes` or `no` (default value if nothing is defined: `yes`).
4. `git_host=""`. if you are using a different host ex.) gitea, bitbucket, devops, etc... you can add `git_host=""` to `.env`, for example `git_host="bitbucket.org"`. Be sure to read the requirements for how to push changes to your host ex.) bitbucket requires a specific commit email and token format to push commits.

!!! warning "Important Note"
Expand Down

0 comments on commit a5e570a

Please sign in to comment.