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*.)
This commit is contained in:
parent
8628ab45c8
commit
695d85cc5b
2 changed files with 3 additions and 5 deletions
|
@ -1 +1,3 @@
|
|||
WARNING: `files/app.ini` contains secrets! Do not deploy without hiding them!
|
||||
# OpenNeo Code
|
||||
|
||||
TODO: Write this! <3
|
||||
|
|
|
@ -1,7 +1,3 @@
|
|||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
; WARNING: This file contains secrets!! ;
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
|
||||
APP_NAME = OpenNeo Code
|
||||
RUN_USER = git
|
||||
WORK_PATH = /var/lib/forgejo
|
||||
|
|
Loading…
Reference in a new issue