Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ After these have been set up, set the environment variables according to the tab
#### Server

| Environment Variable | Required | Description/Value |
| :--------------------------------: | :------: | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --- | --- |
| :--------------------------------: | :------: | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| NODE_ENV | Yes | `production` |
| DB_URI | Yes | The postgres connection string, e.g. `postgres://postgres:postgres@postgres:5432/postgres` |
| OG_URL | Yes | The origin url, used for both google analytics and circular-redirect prevention. E.g. `https://go.gov.sg` |
Expand Down Expand Up @@ -147,8 +147,8 @@ After these have been set up, set the environment variables according to the tab
| ADMIN_API_EMAILS | No | Emails with admin API access, separated by commas without spaces. Defaults to none. |
| FF_USE_REPLICA_FOR_REDIRECTS | No | Boolean, feature flag for using the replica database to look up redirects to long URLs. Defaults to false |
| USER_COUNT | No | Total count of registered users to display on landing page. Defaults to the data we pulled on April 2025 |
| CLICK_COUNT | No | Total count of link clicks to display on landing page. Defaults to the data we pulled on April 2025 | |
| LINK_COUNT | No | Total count of created links to display on landing page. Defaults to the data we pulled on April 2025 | | |
| CLICK_COUNT | No | Total count of link clicks to display on landing page. Defaults to the data we pulled on April 2025 |
| LINK_COUNT | No | Total count of created links to display on landing page. Defaults to the data we pulled on April 2025 |

#### Serverless functions for link migration

Expand Down
Loading