Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F3764080
D2288.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
D2288.diff
View Options
diff --git a/src/config.rs b/src/config.rs
--- a/src/config.rs
+++ b/src/config.rs
@@ -47,7 +47,7 @@
/// This is a default implementation of the `Config` trait, which extracts the following variables
/// from an .env file or environment:
///
-/// - `API_ENTRY_POINT` (facultative, by default `/`): the mouting point of the API methods
+/// - `API_ENTRY_POINT` (facultative, by default `/`): the mounting point of the API methods
/// - `DATABASE_URL` (mandatory): the URL to connect to your database
/// - `DATABASE_POOL_SIZE` (facultative, by default 4): the number of connections to open
#[cfg(feature = "pgsql")]
@@ -139,7 +139,7 @@
/// This is a minimal implementation of the `Config` trait, which extracts the following variables
/// from an .env file or environment:
///
-/// - `API_ENTRY_POINT` (facultative, by default `/`): the mouting point of the API methods
+/// - `API_ENTRY_POINT` (facultative, by default `/`): the mounting point of the API methods
///
/// It sets the server not to use a database.
pub struct MinimalConfig {
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Nov 23, 04:09 (16 h, 8 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2257094
Default Alt Text
D2288.diff (1 KB)
Attached To
Mode
D2288: Fix typo
Attached
Detach File
Event Timeline
Log In to Comment