Skip to content

Commit 7af44f4

Browse files
authored
chore: update readme (#37)
1 parent 3f2d3b6 commit 7af44f4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ Experience Evently in action: [Website](https://ca-evently-prod-sea.graybush-4e3
2121
### 🐳 Docker (Recommended)
2222
Get up and running in minutes with Docker:
2323

24-
Update your `docker-compose.yml` with your email and Google OAuth Client credentials:
24+
Update your `docker-compose.yml` with your email and Google OAuth Client credentials. If omitted,
25+
the application can still run, just that the authentication and email features won't work:
2526
```yaml
2627
environment:
2728
# ... other environment variables ...

deploy/Terraform/sql-database.tf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ resource "azurerm_mssql_database" "db" {
1616
server_id = azurerm_mssql_server.sql_server.id
1717
sku_name = "Basic" # Cheapest option: 5 DTUs
1818
max_size_gb = 2 # Minimum size for Basic tier
19-
auto_pause_delay_in_minutes = 60 # Auto-pause after 1 hour of inactivity
2019
}
2120

2221
resource "azurerm_mssql_firewall_rule" "allow_azure_services" {

0 commit comments

Comments
 (0)