Skip to content

Commit 2d52e0e

Browse files
committed
chore: fix formatting
1 parent 166e32f commit 2d52e0e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ After these have been set up, set the environment variables according to the tab
9797
#### Server
9898

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

153153
#### Serverless functions for link migration
154154

0 commit comments

Comments
 (0)