From af025d45ffe2fca08eaf6b1704d41b1cc12d121e Mon Sep 17 00:00:00 2001 From: Nick Todd Date: Wed, 12 Mar 2025 15:23:17 +0000 Subject: [PATCH] #3110: config file example changes. --- .../system/services/database_service.rst | 16 +++++++--------- .../system/services/ftp_server.rst | 16 +++++++--------- 2 files changed, 14 insertions(+), 18 deletions(-) diff --git a/docs/source/simulation_components/system/services/database_service.rst b/docs/source/simulation_components/system/services/database_service.rst index 58e8c667..c89560a8 100644 --- a/docs/source/simulation_components/system/services/database_service.rst +++ b/docs/source/simulation_components/system/services/database_service.rst @@ -82,15 +82,13 @@ Via Configuration simulation: network: nodes: - - ref: example_server - hostname: example_server - type: server - ... - services: - - ref: database_service - type: database-service - options: - backup_server_ip: 192.168.0.10 + - hostname: example_server + type: server + ... + services: + - type: database-service + options: + backup_server_ip: 192.168.0.10 Configuration ============= diff --git a/docs/source/simulation_components/system/services/ftp_server.rst b/docs/source/simulation_components/system/services/ftp_server.rst index 74d38945..390e76ec 100644 --- a/docs/source/simulation_components/system/services/ftp_server.rst +++ b/docs/source/simulation_components/system/services/ftp_server.rst @@ -69,15 +69,13 @@ Via Configuration simulation: network: nodes: - - ref: example_server - hostname: example_server - type: server - ... - services: - - ref: ftp_server - type: ftp-server - options: - server_password: test + - hostname: example_server + type: server + ... + services: + - type: ftp-server + options: + server_password: test Configuration =============