forked from ohcnetwork/leaderboard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env
29 lines (24 loc) · 1.44 KB
/
.env
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
## -- Organization Details -- ##
NEXT_PUBLIC_ORG_NAME="ohc.network"
NEXT_PUBLIC_ORG_INFO="Open Healthcare Network is a free and open-source disaster management system that is used by National Health Mission, Government of India and various state governments for reimaging digital war rooms. The solution that students got an opportunity to intern with has supported 3.34Lac patient management and 1.29 Lac ambulance shiftings and is approved by the United Nations as a Digital Public Good."
NEXT_PUBLIC_ORG_LOGO="/logo.png"
NEXT_PUBLIC_GITHUB_ORG="coronasafe"
NEXT_PUBLIC_SLACK_URL="https://slack.ohc.network"
NEXT_PUBLIC_ORG_START_DATE="2020-03-08"
NEXT_PUBLIC_TIMEZONE="Asia/Kolkata"
## -- SEO details -- ##
NEXT_PUBLIC_META_TITLE="Open Healthcare Network"
NEXT_PUBLIC_META_IMG="/logo.webp"
NEXT_PUBLIC_META_DESCRIPTION="OHC Network Leaderboard tracks the weekly progress of all coronasafe contributors."
NEXT_PUBLIC_META_URL="https://contributors.ohc.network"
## -- Page Details -- ##
NEXT_PUBLIC_PAGE_TITLE="OHC Network Contributors"
NEXT_PUBLIC_CONTRIBUTORS_INFO=""
NEXT_PUBLIC_LEADERBOARD_DEFAULT_ROLES="core,intern,contributor"
## -- Data Source -- ##
DATA_SOURCE="https://github.com/coronasafe/leaderboard-data.git"
## -- Slack -- ##
# SLACK_EOD_BOT_TOKEN=<Slack EOD Bot User's OAuth Token>
# SLACK_EOD_BOT_SIGNING_SECRET=<Slack EOD Bot App's Signing Secret>
## -- Features -- ##
NEXT_PUBLIC_FEATURES=Leaderboard,Contributors,Feed,Releases,Projects,Discussions