Skip to content

Commit 3ce5be3

Browse files
committed
Cambios para hacer commit:
modificado: .gitignore modificado: README.md modificado: src/main/resources/application.properties nuevo archivo: tokens/StoredCredential
1 parent 48c304a commit 3ce5be3

File tree

4 files changed

+5
-6
lines changed

4 files changed

+5
-6
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ target/*
88
log/
99
/db
1010
/derby.log
11-
tokens
1211
HHCloudFsStore
1312
HHCloud.ipr
1413
HHCloud.iws

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ Miembros @Davidc2525 y @mrgab0
66
Uso:
77

88
- mvn compile assembly:single
9-
- java -cp target/HHCloud-1.0-SNAPSHOT-jar-with-dependencies.jar orchi.HHCloud.Prepare
10-
- java -cp target/HHCloud-1.0-SNAPSHOT-jar-with-dependencies.jar orchi.HHCloud.Start hostName port
11-
9+
- java -cp target/classes/:target/HHCloud-1.0-SNAPSHOT-jar-with-dependencies.jar orchi.HHCloud.Prepare
10+
- java -cp target/classes/:target/HHCloud-1.0-SNAPSHOT-jar-with-dependencies.jar orchi.HHCloud.Start
11+
1212
Puedes editar la configuracion para personalizar el comportamiento y adactarlo a sus necesidades, el archivo de [configuración](src/main/resources/application.properties).
1313

src/main/resources/application.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ app.folders.wellcome=Documentos,Imagenes,Musica
99

1010
#[API]
1111
api.port=8080
12-
api.host=orchi
12+
api.host=localhost
1313
#Access-Control-Allow-Origin -> http://localhost:9090
1414
api.headers.aclo=http://localhost
1515
#1M
@@ -19,7 +19,7 @@ api.openner.range.size=1048576
1919
#[Store]
2020
#proveedor local: orchi.HHCloud.stores.FsStore.FsStore
2121
#proveedor hdfs: orchi.HHCloud.stores.HdfsStore.HdfsStoreProvider
22-
store.storemanager.storeprovider=orchi.HHCloud.stores.HdfsStore.HdfsStoreProvider
22+
store.storemanager.storeprovider=orchi.HHCloud.stores.FsStore.FsStore
2323
#15g usuarios verificados
2424
store.storemanager.quote.users.verified=16106127360
2525
#1g usuarios no verificados

tokens/StoredCredential

981 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)