Skip to content

Instantly share code, notes, and snippets.

@akirill0v
Last active April 19, 2020 14:06
Show Gist options
  • Save akirill0v/919f14e7e76e77c2e77985fc8dbadc86 to your computer and use it in GitHub Desktop.
Save akirill0v/919f14e7e76e77c2e77985fc8dbadc86 to your computer and use it in GitHub Desktop.
test_config_file
{
owm-key = "owm-key";
irc = "irc";
slack-term = "slack-term";
yt-utilities = {
user = "user";
url = "url";
token = "token";
source = {
url = "url";
rev = "rev";
sha256 = "sha256";
};
};
wage = "wage";
gcal = {
email = "email";
client-id = "client-id";
client-secret = "client-secret";
refresh-token = "refresh-token";
};
mail = {
host = "host";
password = "password";
user = "user";
};
gpmusic = {
deviceid = "deviceid";
user = "user";
password = "password";
};
openvpn = "openvpn";
rclone = "rclone";
ssl = {
cert = "";
priv = "";
};
matrix = {
shared_secret = "shared_secret";
password = "password";
user = "user";
mautrix-whatsapp = {
config = "config";
registration = "registration";
};
mautrix-telegram = "mautrix-telegram";
};
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment