diff options
| author | Fuwn <[email protected]> | 2026-01-24 13:09:50 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2026-01-24 13:09:50 +0000 |
| commit | 396acf3bbbe00a192cb0ea0a9ccf91b1d8d2850b (patch) | |
| tree | b9df4ca6a70db45cfffbae6fdd7252e20fb8e93c /podman/env.sample | |
| download | umami-main.tar.xz umami-main.zip | |
Created from https://vercel.com/new
Diffstat (limited to 'podman/env.sample')
| -rw-r--r-- | podman/env.sample | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/podman/env.sample b/podman/env.sample new file mode 100644 index 0000000..06435e5 --- /dev/null +++ b/podman/env.sample @@ -0,0 +1,16 @@ +# Rename this file to .env and modify the values +# +# Connection string for Umami’s database. +# If you use the bundled DB container, "db" is the hostname. +DATABASE_URL=postgresql://umami:replace-me-with-a-random-string@db:5432/umami + +# Database type (e.g. postgresql) +DATABASE_TYPE=postgresql + +# A secret string used by Umami (replace with a strong random string) +APP_SECRET=replace-me-with-a-random-string + +# Postgres container defaults. +POSTGRES_DB=umami +POSTGRES_USER=umami +POSTGRES_PASSWORD=replace-me-with-a-random-string |