From 695d85cc5b8a796e1f9e0917ca8495512c307c12 Mon Sep 17 00:00:00 2001 From: Emi Matchu Date: Mon, 15 Jan 2024 00:02:57 -0800 Subject: [PATCH] Remove warnings-to-self about secrets Back when I had secrets just hardcoded into the repo, I added these to make sure I wouldn't publish the repo without realizing I had left those in! But now I've gone back and obliterated them from git history, so we're okay to share! (Not just I committed over them, but they are *fully gone*.) --- README.md | 4 +++- files/app.ini | 4 ---- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 2e0fa1d..f28cbed 100644 --- a/README.md +++ b/README.md @@ -1 +1,3 @@ -WARNING: `files/app.ini` contains secrets! Do not deploy without hiding them! +# OpenNeo Code + +TODO: Write this! <3 diff --git a/files/app.ini b/files/app.ini index aeaba57..ad7abab 100644 --- a/files/app.ini +++ b/files/app.ini @@ -1,7 +1,3 @@ -;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -; WARNING: This file contains secrets!! ; -;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; - APP_NAME = OpenNeo Code RUN_USER = git WORK_PATH = /var/lib/forgejo