[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: Thu, 24 Feb 2011 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.