Re: nested entries in a configuration file
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: nested entries in a configuration file
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: 2011年2月24日 15:17:34 -0300
How about this?
id "batch@raw"
account "dev"
host 'rawdev'
name 'batch01'
instance 'raw'
account "test"
...
id " batch@staging"
...
Here everything is a function that sets fields in the appropriate tables.
This format is similar to the one used in the ssh config files, except of
course that Lua needs quotes around values.