24 lines
518 B
Plaintext
24 lines
518 B
Plaintext
FormatVersion: 2.0.0
|
|
Version: 1.0.0
|
|
Name: Configure database access credentails
|
|
|
|
Parameters:
|
|
database: $database
|
|
username: $username
|
|
password: $password
|
|
host: $databaseHost
|
|
|
|
Body: |
|
|
return configure('{0} {1} {2} {3}'.format(args.database, args.username, args.password, args.host)).stdout
|
|
|
|
Scripts:
|
|
configure:
|
|
Type: Application
|
|
Version: 1.0.0
|
|
EntryPoint: Linux/configureAccessToPostgreSql.sh
|
|
Files:
|
|
- <Linux/common.sh>
|
|
Options:
|
|
captureStdout: true
|
|
captureStderr: false
|