From 6eb5189c990d09862e57db33241913f67ecdc083 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Mon, 14 Jun 2021 16:22:21 +0200 Subject: [PATCH] Add title here --- docs/config.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/config.md b/docs/config.md index 95928cb..34a928b 100644 --- a/docs/config.md +++ b/docs/config.md @@ -2,6 +2,8 @@ title: Manage your app configuration --- +## Understanding app and server configuration + Co-op Cloud stores per-app configuration in the `$USER/.abra/servers` directory, on whichever machine you're running `abra` on (by default, your own workstation). The format of these configuration files is the same environment variable syntax used by Docker (with the `env_file:` statement in a `docker-compose.yml` file, or the `--env-file` option to `docker run`) and `direnv`: