kubernetes-guide/docs/chap07/7.2.md

33 lines
383 B
Markdown

**game.properties**
````
enemies=aliens
lives=3
enemies.cheat=true
enemies.cheat.level=noGoodRotten
secret.code.passphrase=UUDDLRLRBABAS
secret.code.allowed=true
secret.code.lives=30
````
**ui.properties**
````
color.good=purple
color.bad=yellow
allow.textmode=true
how.nice.to.look=fairlyNice
````
**game-env-file.properties**
```
enemies=aliens
lives=3
allowed="true"
```