mirror of
https://codeberg.org/Codeberg/pages-server.git
synced 2025-04-25 06:16:58 +00:00
make pogreb config and move code
This commit is contained in:
parent
513e79832a
commit
3166b05107
4 changed files with 30 additions and 12 deletions
|
@ -120,4 +120,13 @@ var ServeFlags = []cli.Flag{
|
|||
// TODO: Usage
|
||||
EnvVars: []string{"DNS_PROVIDER"},
|
||||
},
|
||||
|
||||
// Cert Storage
|
||||
// TODO: remove in next version
|
||||
&cli.StringFlag{
|
||||
// DEPRICATED
|
||||
Name: "db-pogreb",
|
||||
Value: "key-database.pogreb",
|
||||
EnvVars: []string{"DB_POGREB"},
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue