Created
July 28, 2020 12:33
-
-
Save FerdinaKusumah/cf3bc72068d1cdf574ddc57af4135d18 to your computer and use it in GitHub Desktop.
Yaml Configuration Example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
app: | |
name: "Service name" | |
description: "Service name description" | |
local: | |
db: | |
host: "iphost" | |
port: 5432 | |
password: "very secret" | |
db-name: "dbName" | |
dev: | |
db: | |
host: "iphost" | |
port: 5432 | |
password: "very secret" | |
db-name: "dbName" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment