Need to add password to me.yml

This commit is contained in:
Doug Blank 2018-06-03 10:39:46 -04:00 committed by GitHub
parent ca6cbc1675
commit f88ba2b959
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -65,6 +65,20 @@ $ cp -r config/me.sample.yml config/me.yml
```shell
$ 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