File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,8 @@ Experience Evently in action: [Website](https://ca-evently-prod-sea.graybush-4e3
2121### 🐳 Docker (Recommended)
2222Get 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
2627environment :
2728 # ... other environment variables ...
Original file line number Diff line number Diff 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
2221resource "azurerm_mssql_firewall_rule" "allow_azure_services" {
You can’t perform that action at this time.
0 commit comments