Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F43035653
D4155.id.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
D4155.id.diff
View Options
diff --git a/Cargo.toml b/Cargo.toml
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "alkane"
-version = "0.4.0"
+version = "0.5.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -65,10 +65,10 @@
| Variable | Description | Default value |
|--------------------|-----------------|---------------|
| APP_PORT | Server port | 8000 |
-| APP_ADDRESS | Address to bind | 0.0.0.0 |
+| APP_ADDRESS | Address to bind | localhost |
| APP_MOUNT_POINT | Mounting point | / |
-Nasqueron servers expose Alkane on the port 10206, for the alkane C2H6.
+Nasqueron servers expose Alkane on port 10206, for the alkane C2H6.
## Configuration
diff --git a/src/server/kernel.rs b/src/server/kernel.rs
--- a/src/server/kernel.rs
+++ b/src/server/kernel.rs
@@ -18,7 +18,7 @@
pub fn get_default_config () -> ServerConfig {
ServerConfig {
- address: "0.0.0.0".to_string(),
+ address: "localhost".to_string(),
port: 8000,
mount_point: "/".to_string(),
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Aug 11, 15:34 (16 h, 24 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3984981
Default Alt Text
D4155.id.diff (1 KB)
Attached To
Mode
D4155: Listen to localhost by default
Attached
Detach File
Event Timeline
Log In to Comment