Skip to content

Commit 475b4e4

Browse files
committed
Testing deploy hook to travis build
1 parent 8039977 commit 475b4e4

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

files/config_prototype.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
# - If an option is defined here AND defined explicitly at runtime, the runtime option will be used in favor of the
1010
# value defined here.
1111
# - If a value is NOT defined here but is defined explicitly at runtime, the runtime value will be used.
12-
# - Noise will be ignored.
1312

1413
# php_cs_generator must be the root key
1514
php_cs_generator:
@@ -21,10 +20,10 @@ php_cs_generator:
2120
consolepath: "client/console"
2221
out: ~ # choose output path
2322
namespace: "\\MyGreatNamespace"
24-
key: # your api key
25-
secret: # your api secret
23+
key: ~ # your api key
24+
secret: ~ # your api secret
2625
prod:
2726
host: prod.ourcloudstack.com
2827
port: 8765
29-
key: # your api key
30-
secret: # your api secret
28+
key: ~ # your api key
29+
secret: ~ # your api secret

0 commit comments

Comments
 (0)