summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2023-06-05 08:04:59 +0300
committerFrederick Muriuki Muriithi2023-06-05 08:04:59 +0300
commit3d6d53fd70c0bc569190dc74c881207d1c102171 (patch)
tree165550287ad4020bc4794fadc2e56f7e2c5d7f1b
parentff14a191c5426c43e06ae2804683a79eda5cf084 (diff)
downloadgn-gemtext-3d6d53fd70c0bc569190dc74c881207d1c102171.tar.gz
Issue: Add note on GN3 config.
-rw-r--r--issues/CI-CD/configurations.gmi6
1 files changed, 6 insertions, 0 deletions
diff --git a/issues/CI-CD/configurations.gmi b/issues/CI-CD/configurations.gmi
index eed8935..556b6f1 100644
--- a/issues/CI-CD/configurations.gmi
+++ b/issues/CI-CD/configurations.gmi
@@ -45,3 +45,9 @@ we could have the code do something like:
"-gunicorn-prod"))
```
where file `/export/data/configs/gn2_config.conf` holds the configurations for the application in the environment where the guix system container is run.
+
+Something similar can be done for GN3, where `GN3_CONF` can be set to something like:
+
+```
+#$(file-append %configs-dir "/gn3_config.conf")
+```