mirror of
https://github.com/System-End/hackatime.git
synced 2026-04-19 21:05:15 +00:00
Add SECRET_KEY_BASE to example env file
This commit is contained in:
parent
54d6d02ca7
commit
d5f17715fc
1 changed files with 3 additions and 1 deletions
|
|
@ -7,4 +7,6 @@ SLACK_TEAM_ID=your_slack_workspace_id
|
|||
|
||||
WAKATIME_DATABASE_URL=your_wakatime_database_url_here
|
||||
|
||||
DATABASE_URL=your_database_url_here
|
||||
DATABASE_URL=your_database_url_here
|
||||
|
||||
SECRET_KEY_BASE=your_secret_key_base_here
|
||||
Loading…
Add table
Reference in a new issue