diff options
| author | Don Delmar Davis <don@suspectdevices.com> | 2021-01-04 10:00:25 -0800 |
|---|---|---|
| committer | Don Delmar Davis <don@suspectdevices.com> | 2021-01-04 10:00:25 -0800 |
| commit | 333fbbbd00e664efd07b862833478f31bc2ac086 (patch) | |
| tree | 28036a32c87eefd49f3e169fad9650c80decceaf /app.ini | |
| parent | 4153ffd50376a0741c1038493abf506dde618743 (diff) | |
...
Diffstat (limited to 'app.ini')
| -rw-r--r-- | app.ini | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -15,8 +15,8 @@ DB_TYPE = postgres HOST = 127.0.0.1:5432 NAME = gitea USER = git -PASSWD = W3r3N3ts -SCHEMA = +PASSWD = not_here +SCHEMA = SSL_MODE = disable CHARSET = utf8 PATH = /var/lib/gitea/data/gitea.db @@ -41,8 +41,8 @@ OFFLINE_MODE = false ENABLED = true HOST = localhost:53 FROM = Git Server <root@suspectdevices.com> -USER = -PASSWD = +USER = +PASSWD = [service] REGISTER_EMAIL_CONFIRM = false |
