Skip to content

Commit

Permalink
fixup: envvar drkey epoch ref between router/control, default
Browse files Browse the repository at this point in the history
  • Loading branch information
matzf committed Oct 12, 2023
1 parent 5f2d10c commit c3114de
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
4 changes: 4 additions & 0 deletions doc/manuals/control.rst
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ Options
Run :option:`control help completion [shell] <control help>` for usage information on the
autocomplete script for a particular shell.

.. _control-envvars:

Environment variables
---------------------
Expand All @@ -76,7 +77,10 @@ Environment variables
This can only work correctly if the same value is set for all connected control services in the
test network.

Also applies to the :ref:`router <router-envvars>`.

:Type: :ref:`duration <common-conf-duration>`
:Default: ``24h``

Configuration
=============
Expand Down
8 changes: 6 additions & 2 deletions doc/manuals/router.rst
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ Options
Run :option:`router help completion [shell] <router help>` for usage information on the
autocomplete script for a particular shell.

.. _router-envvars:

Environment Variables
---------------------

Expand Down Expand Up @@ -102,9 +104,11 @@ Environment Variables
router, which is **experimental** and currently **incomplete**.

Override the global duration for :doc:`/cryptography/drkey` epochs.
This environment variable also applies to :program:`control`, see :envvar:`SCION_TESTING_DRKEY_EPOCH_DURATION`.

Also applies to the :ref:`control service <control-envvars>`.

:Type: :ref:`duration <common-conf-duration>`
:Default: ``24h``

.. envvar:: SCION_TESTING_ACCEPTANCE_WINDOW

Expand All @@ -116,7 +120,7 @@ Environment Variables
are accepted. See :ref:`SPAO specification <spao-absTime>`.

:Type: :ref:`duration <common-conf-duration>`
:Default: 5m
:Default: ``5m``

Configuration
=============
Expand Down

0 comments on commit c3114de

Please sign in to comment.