From 46172587a42714f370c17c8edf6651561b2175d0 Mon Sep 17 00:00:00 2001 From: jerick Date: Mon, 10 Oct 2022 16:39:28 +0000 Subject: [PATCH] secret --- .env | 38 -------------------------------------- 1 file changed, 38 deletions(-) delete mode 100644 .env diff --git a/.env b/.env deleted file mode 100644 index 9ca5f35..0000000 --- a/.env +++ /dev/null @@ -1,38 +0,0 @@ -# Example of environment file for docker-compose -# Copy this file into your own `.env` file - -# ================================ -# FreshRSS -# ================================ - -ADMIN_EMAIL=jerick00201@gmail.com - -# Published port for development or local use (optional) -PUBLISHED_PORT=8085 - -# ========================================= -# For automatic FreshRSS install (optional) -# ========================================= - -ADMIN_PASSWORD=oatmealforbreakfast -ADMIN_API_PASSWORD=oatmealforbreakfast - -# Address at which the FreshRSS instance will be reachable: -BASE_URL=http://freshrss.home - -# Database server (not relevant if using default SQLite) -# Use the name of the Docker container if running on the same machine -DB_HOST=freshrss-db - -# =========================================================== -# Database credentials (not relevant if using default SQLite) -# =========================================================== - -# Database to use -DB_BASE=freshrss - -# User in the freshrss database -DB_USER=freshrss - -# Password for the defined user -DB_PASSWORD=freshrss