Need to add password to me.yml

master
Doug Blank 2018-06-03 10:39:46 -04:00 zatwierdzone przez GitHub
rodzic ca6cbc1675
commit f88ba2b959
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 14 dodań i 0 usunięć

Wyświetl plik

@ -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