We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8039977 commit 475b4e4Copy full SHA for 475b4e4
1 file changed
files/config_prototype.yml
@@ -9,7 +9,6 @@
9
# - If an option is defined here AND defined explicitly at runtime, the runtime option will be used in favor of the
10
# value defined here.
11
# - If a value is NOT defined here but is defined explicitly at runtime, the runtime value will be used.
12
-# - Noise will be ignored.
13
14
# php_cs_generator must be the root key
15
php_cs_generator:
@@ -21,10 +20,10 @@ php_cs_generator:
21
20
consolepath: "client/console"
22
out: ~ # choose output path
23
namespace: "\\MyGreatNamespace"
24
- key: # your api key
25
- secret: # your api secret
+ key: ~ # your api key
+ secret: ~ # your api secret
26
prod:
27
host: prod.ourcloudstack.com
28
port: 8765
29
30
0 commit comments