set
Environment variables configured for this application.
Content copied to clipboard
repeated .elide.app.EnvVar env = 7;
Parameters
index
The index to set the value at.
value
The env to set.
Secrets configured for this application's access.
Content copied to clipboard
repeated .elide.app.Secret secret = 8;
Parameters
index
The index to set the value at.
value
The secret to set.
Exposed services for this application.
Content copied to clipboard
repeated .elide.net.Service service = 9;
Parameters
index
The index to set the value at.
value
The service to set.
Key-value namespaces configured for this application.
Content copied to clipboard
repeated .elide.kv.Namespace kv = 10;
Parameters
index
The index to set the value at.
value
The kv to set.
Database connections configured for this application.
Content copied to clipboard
repeated .elide.db.Database db = 11;
Parameters
index
The index to set the value at.
value
The db to set.
Custom domains mapped for this application.
Content copied to clipboard
repeated .elide.app.Domain domain = 12;
Parameters
index
The index to set the value at.
value
The domain to set.
operator fun DslList<AppConfigurationSuite, AppConfigurationKt.Dsl.ConfigProxy>.set(index: Int, value: AppConfigurationSuite)
Configuration suites to make available to the application.
Content copied to clipboard
repeated .elide.app.AppConfigurationSuite config = 13;
Parameters
index
The index to set the value at.
value
The config to set.