mirror of
https://github.com/SrIzan10/hc-harbor.git
synced 2026-05-01 10:45:21 +00:00
12 lines
295 B
Plaintext
12 lines
295 B
Plaintext
# Example environment variables
|
|
PORT=4000
|
|
|
|
SLACK_CLIENT_ID=your_client_id_here
|
|
SLACK_CLIENT_SECRET=your_client_secret_here
|
|
SLACK_TEAM_ID=your_slack_workspace_id
|
|
|
|
WAKATIME_DATABASE_URL=your_wakatime_database_url_here
|
|
|
|
DATABASE_URL=your_database_url_here
|
|
|
|
SECRET_KEY_BASE=your_secret_key_base_here |