Skip to content

Commit

Permalink
nitpicky punctuation nazi (#175)
Browse files Browse the repository at this point in the history
  • Loading branch information
macMikey authored Oct 7, 2024
1 parent 1189842 commit f9597ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/06-concepts/07-configuration.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Configurations

Serverpod can be configured in a few different ways. The minimum required settings to provide is the configuration for the API server. If no settings are provided at all the default settings for the API server are used.
Serverpod can be configured in a few different ways. The minimum required settings to provide is the configuration for the API server. If no settings are provided at all, the default settings for the API server are used.

## Configuration options

There are three different ways to configure Serverpod, with environment variables, via yaml config files or by supplying the dart configuration object to the Serverpod constructor. The environment variables take precedence over the yaml configurations but both can be used simultaneously. The dart configuration object will override any environment variable or config file. The tables show all available configuration options provided in the Serverpod core library.
There are three different ways to configure Serverpod: with environment variables, via yaml config files, or by supplying the dart configuration object to the Serverpod constructor. The environment variables take precedence over the yaml configurations but both can be used simultaneously. The dart configuration object will override any environment variable or config file. The tables show all available configuration options provided in the Serverpod core library.

| Environment variable | Config file | Default | Description |
|----------------------------------------------|--------------------------------------|-----------|--------------------------------------------------|
Expand Down

0 comments on commit f9597ba

Please sign in to comment.