Skip to content

Commit

Permalink
Document DARKMODE_URL in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
foodelevator committed May 10, 2024
1 parent 9cad895 commit 0cd3703
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,13 @@ for development configuration. All config in this file will override the global

All necessary environment variables are set automatically when running with docker compose.

| Name | Description | Default | Example |
| ---------------------------- | --------------------------- | ------------------------------ | ---------------------------------------- |
| LOGIN_KEY | Login key | --- | --- |
| LOGIN_FRONTEND_URL | URL from browser to login | https://login.datasektionen.se | http://localhost:7002/ |
| LOGIN_API_URL | URL from backend to login | https://login.datasektionen.se | http://login:7002/ |
| APPLICATION_URL | URL where calypso is hosted | --- | http://localhost.datasektionen.se:8080 |
| JDBC_DATABASE_URL | URL to database | --- | jdbc:postgresql://localhost:5432/calypso |
| JDBC_DATABASE_USERNAME | Database username | --- | user |
| JDBC_DATABASE_PASSWORD | Database password | --- | password |
| Name | Description | Default | Example |
| ---------------------------- | ------------------------------------ | --------------------------------- | ---------------------------------------- |
| LOGIN_KEY | Login key | --- | --- |
| LOGIN_FRONTEND_URL | URL from browser to login | https://login.datasektionen.se | http://localhost:7002/ |
| LOGIN_API_URL | URL from backend to login | https://login.datasektionen.se | http://login:7002/ |
| APPLICATION_URL | URL where calypso is hosted | --- | http://localhost.datasektionen.se:8080 |
| JDBC_DATABASE_URL | URL to database | --- | jdbc:postgresql://localhost:5432/calypso |
| JDBC_DATABASE_USERNAME | Database username | --- | user |
| JDBC_DATABASE_PASSWORD | Database password | --- | password |
| DARKMODE_URL | URL to darkmode or `true` or `false` | https://darkmode.datasektionen.se | http://localhost:2000 |

0 comments on commit 0cd3703

Please sign in to comment.