chat-server directory structure example

HighSide recommends keeping this directory structure under version control (Git repository).

chat-server
   ├── chat-server.tar.gz
   ├── .sops.yaml
   └── vars
        ├── sandbox
           └── secrets.yaml
        ├── prod
           └── secrets.yaml
        └── values.yaml

Last updated