Skip to content

Commit

Permalink
Merge pull request #109 from chaen/cs_edit_doc
Browse files Browse the repository at this point in the history
Better doc for CS edition in the demo and longer tokens
  • Loading branch information
chaen authored Aug 28, 2024
2 parents f59d398 + 2005577 commit e94ff41
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions demo/values.tpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ diracx:
DIRACX_OTEL_ENABLED: "{{ open_telemetry }}"
DIRACX_OTEL_GRPC_ENDPOINT: "diracx-demo-opentelemetry-collector:4317"
DIRACX_OTEL_GRPC_INSECURE: "true"
DIRACX_SERVICE_AUTH_ACCESS_TOKEN_EXPIRE_MINUTES: "120"
DIRACX_SERVICE_AUTH_REFRESH_TOKEN_EXPIRE_MINUTES: "360"
sqlDbs:
dbs:
AuthDB:
Expand Down
2 changes: 1 addition & 1 deletion docs/RUN_DEMO.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ This volume could grow very large, do not forget to clean it up regularely, as s
## DiracX configuration
The configuration yaml used by the ``diracx`` service is a mounted directory: ``diracx-charts/.demo/cs-mount``. This means that if you want to change the configuration of diracx, you can just edit and ``git commit`` this file.
The configuration yaml used by the ``diracx`` service is a mounted directory: ``diracx-charts/.demo/cs-mount``. This means that if you want to change the configuration of diracx, you can just edit ``diracx-charts/.demo/cs-mount/initRepo/default.yml`` and ``git commit`` this file. Note that the ``diracx-charts/.demo/cs-mount`` is a git repository in itself, and that's where you should go and commit. Do not attempt to commit anything under ``diracx-charts/.demo/`` in the ``diracx-charts`` repo (it is in the ``.gitignore``)
## Coverage volume
Expand Down

0 comments on commit e94ff41

Please sign in to comment.