Skip to content

Instantly share code, notes, and snippets.

@FerdinaKusumah
Created July 28, 2020 12:33
Show Gist options
  • Save FerdinaKusumah/cf3bc72068d1cdf574ddc57af4135d18 to your computer and use it in GitHub Desktop.
Save FerdinaKusumah/cf3bc72068d1cdf574ddc57af4135d18 to your computer and use it in GitHub Desktop.
Yaml Configuration Example
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