Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.
/ Nox.Solution Public archive

Solution configuration builder using YAML and Json schema

License

Notifications You must be signed in to change notification settings

NoxOrg/Nox.Solution

Repository files navigation

Welcome

⛔ [DEPRECATED] Active at https://github.com/NoxOrg/Nox.Generator

deprecated / obsolete

Environment Variables for Sensitive Data

Do not commit or keep sensitive data on your yaml solution files.

The current way to this is by using Environment Variables.

Example

Nox will expand any text with the following convention ${{ env.VAR_NAME }} to the value of VAR_NAME Environment Variable if found. Sample Yaml:

databaseServer:
    name: SampleCurrencyDb
    serverUri: ${{ env.DB_SERVER }}
    provider: sqlServer
    port: 1433
    user: ${{ env.DB_USER }}
    password: ${{ env.DB_PASSWORD }}

About

Solution configuration builder using YAML and Json schema

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages