mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-07-17 11:03:29 -04:00
Rename folder and root command
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -1,7 +1,7 @@
|
||||
*/coverage.out
|
||||
|
||||
/ocis/bin
|
||||
/ocis/dist
|
||||
/**/bin
|
||||
/**/dist
|
||||
/hugo
|
||||
*.key
|
||||
*crt
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
module github.com/owncloud/ocis/ocis-reva
|
||||
module github.com/owncloud/ocis/storage
|
||||
|
||||
go 1.13
|
||||
|
||||
@@ -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
Reference in New Issue
Block a user