Page MenuHomeDevCentral

D4155.id.diff
No OneTemporary

D4155.id.diff

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

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)

Event Timeline