Merge pull request #4 from dsblank/patch-3
Need to add password to me.yml
This commit is contained in:
commit
69fe1e67e5
1 changed files with 14 additions and 0 deletions
14
README.md
14
README.md
|
@ -65,6 +65,20 @@ $ cp -r config/me.sample.yml config/me.yml
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
$ make password
|
$ make password
|
||||||
|
Password: <enter a password; nothing will show on screen>
|
||||||
|
$2b$12$iW497g...
|
||||||
|
```
|
||||||
|
|
||||||
|
Edit `config/me.yml` to add the above-generated password, like so:
|
||||||
|
|
||||||
|
```
|
||||||
|
username: 'username'
|
||||||
|
name: 'You Name'
|
||||||
|
icon_url: 'https://you-avatar-url'
|
||||||
|
domain: 'your-domain.tld'
|
||||||
|
summary: 'your summary'
|
||||||
|
https: true
|
||||||
|
pass: $2b$12$iW497g...
|
||||||
```
|
```
|
||||||
|
|
||||||
### Deployment
|
### Deployment
|
||||||
|
|
Loading…
Reference in a new issue