From db05989d079d9bc19dcd05b1c5891e85dcb2bc75 Mon Sep 17 00:00:00 2001 From: Dan Sosedoff Date: Fri, 15 Mar 2024 22:01:32 -0700 Subject: [PATCH] Remove herokuisms (#719) --- app.json | 27 --------------------------- go.mod | 2 -- 2 files changed, 29 deletions(-) delete mode 100644 app.json diff --git a/app.json b/app.json deleted file mode 100644 index 63b8bee..0000000 --- a/app.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "name": "pgweb", - "description": "A web-based frontend to your Postgres database.", - "website": "https://github.com/sosedoff/pgweb", - "repository": "https://github.com/sosedoff/pgweb", - "logo": "https://raw.githubusercontent.com/sosedoff/pgweb/master/static/img/icon.png", - "success_url": "/", - "keywords": [ - "postgres", - "database", - "golang", - "frontend" - ], - "addons": [ - "heroku-postgresql" - ], - "env": { - "AUTH_USER": { - "description": "A username to log into pgweb.", - "value": "admin" - }, - "AUTH_PASS": { - "description": "The login password. Please change this.", - "generator": "secret" - } - } -} diff --git a/go.mod b/go.mod index 39a505d..df7aa56 100644 --- a/go.mod +++ b/go.mod @@ -2,8 +2,6 @@ module github.com/sosedoff/pgweb go 1.20 -// +heroku goVersion go1.20 - require ( github.com/BurntSushi/toml v1.1.0 github.com/ScaleFT/sshkeys v0.0.0-20200327173127-6142f742bca5