Created
December 16, 2011 18:36
-
-
Save swarbhanu/1487318 to your computer and use it in GitHub Desktop.
Use this hdf_hello.yml file to launch the server that accepts an hdf file inside a message from a client, modifies it and returns the modified hdf file back to the client as a message. Usage example: bin/pycc --rel=res/deploy/examples/hdf_hello.yml
This file contains 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
type: release | |
name: MyConfig | |
version: 0.1 | |
description: Demo deployment configuration | |
ion: 0.0.1 | |
apps: | |
- name: hdf_hello | |
description: HDF Hello service | |
version: 0.1 | |
processapp: [hdf_hello, examples.service.hdf_hello, HDFHelloService] | |
config: | |
some: "Hi" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment