diff options
author | OpenGnSys Support Team <soporte-og@soleta.eu> | 2020-06-18 16:50:50 +0200 |
---|---|---|
committer | OpenGnSys Support Team <soporte-og@soleta.eu> | 2020-06-18 16:50:50 +0200 |
commit | 8edcc0dd27bd426fe1ce5492f030a44268a5f67f (patch) | |
tree | a101a4b965806ed10deadd644b50c2a333456056 | |
parent | 2120ef6f78a49235611be84f3a79f5dbb3d268d4 (diff) |
add cfg directory
Add configuration file template.
-rw-r--r-- | cfg/ogcli.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cfg/ogcli.json b/cfg/ogcli.json new file mode 100644 index 0000000..b82bf7e --- /dev/null +++ b/cfg/ogcli.json @@ -0,0 +1,3 @@ +{ + "api_token" : "07b3bfe728954619b58f0107ad73acc1" +} |