Rename folder and root command
This commit is contained in:
+2
-2
@@ -1,7 +1,7 @@
|
|||||||
*/coverage.out
|
*/coverage.out
|
||||||
|
|
||||||
/ocis/bin
|
/**/bin
|
||||||
/ocis/dist
|
/**/dist
|
||||||
/hugo
|
/hugo
|
||||||
*.key
|
*.key
|
||||||
*crt
|
*crt
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
module github.com/owncloud/ocis/ocis-reva
|
module github.com/owncloud/ocis/storage
|
||||||
|
|
||||||
go 1.13
|
go 1.13
|
||||||
|
|
||||||
@@ -17,7 +17,7 @@ func Execute() error {
|
|||||||
cfg := config.New()
|
cfg := config.New()
|
||||||
|
|
||||||
app := &cli.App{
|
app := &cli.App{
|
||||||
Name: "ocis-reva",
|
Name: "storage",
|
||||||
Version: version.String,
|
Version: version.String,
|
||||||
Usage: "Example service for Reva/oCIS",
|
Usage: "Example service for Reva/oCIS",
|
||||||
Compiled: version.Compiled(),
|
Compiled: version.Compiled(),
|
||||||
@@ -35,7 +35,7 @@ func Execute() error {
|
|||||||
logger := NewLogger(cfg)
|
logger := NewLogger(cfg)
|
||||||
|
|
||||||
viper.SetEnvKeyReplacer(strings.NewReplacer(".", "_"))
|
viper.SetEnvKeyReplacer(strings.NewReplacer(".", "_"))
|
||||||
viper.SetEnvPrefix("REVA")
|
viper.SetEnvPrefix("STORAGE")
|
||||||
viper.AutomaticEnv()
|
viper.AutomaticEnv()
|
||||||
|
|
||||||
if c.IsSet("config-file") {
|
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