From 08d744076b1b4a1bae118d3981ec9cb4ab071a42 Mon Sep 17 00:00:00 2001 From: Eric Phillips Date: Thu, 7 May 2026 13:41:43 -0600 Subject: [PATCH] moved token to env file --- deploy/pkgstash.env.example | 1 + deploy/pkgstash.toml.example | 4 +--- 2 files changed, 2 insertions(+), 3 deletions(-) create mode 100644 deploy/pkgstash.env.example diff --git a/deploy/pkgstash.env.example b/deploy/pkgstash.env.example new file mode 100644 index 0000000..9a88f52 --- /dev/null +++ b/deploy/pkgstash.env.example @@ -0,0 +1 @@ +PKGSTASH_TOKEN=changeme diff --git a/deploy/pkgstash.toml.example b/deploy/pkgstash.toml.example index c7295d4..9bc15f3 100644 --- a/deploy/pkgstash.toml.example +++ b/deploy/pkgstash.toml.example @@ -1,3 +1,4 @@ +env_file = "/etc/pkgstash/pkgstash.env" cache_root = "/home/ewpt3ch/dev/pkgstash/tmprepo" mirror_urls = [ "https://losangeles.mirror.pkgbuild.com/", @@ -8,6 +9,3 @@ mirror_urls = [ # or pacman docs for more info mirrored_repos = ["core", "extra"] port = "8090" - -[auth] -token = "FakeToken"