Rename folder and root command

This commit is contained in:
Michael Barz
2020-10-05 20:18:31 +02:00
parent 48de91ea2c
commit 9ff3ffe19f
165 changed files with 5 additions and 5 deletions

4
.gitignore vendored
View File

@@ -1,7 +1,7 @@
*/coverage.out
/ocis/bin
/ocis/dist
/**/bin
/**/dist
/hugo
*.key
*crt

View File

View File

View File

@@ -1,4 +1,4 @@
module github.com/owncloud/ocis/ocis-reva
module github.com/owncloud/ocis/storage
go 1.13

View File

View File

@@ -17,7 +17,7 @@ func Execute() error {
cfg := config.New()
app := &cli.App{
Name: "ocis-reva",
Name: "storage",
Version: version.String,
Usage: "Example service for Reva/oCIS",
Compiled: version.Compiled(),
@@ -35,7 +35,7 @@ func Execute() error {
logger := NewLogger(cfg)
viper.SetEnvKeyReplacer(strings.NewReplacer(".", "_"))
viper.SetEnvPrefix("REVA")
viper.SetEnvPrefix("STORAGE")
viper.AutomaticEnv()
if c.IsSet("config-file") {

Some files were not shown because too many files have changed in this diff Show More