Skip to content

Instantly share code, notes, and snippets.

@elvismdev
Created February 22, 2018 18:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save elvismdev/69952ef393fed02a6aa8d3519695bee4 to your computer and use it in GitHub Desktop.
Save elvismdev/69952ef393fed02a6aa8d3519695bee4 to your computer and use it in GitHub Desktop.
Symfony parameters config key example
# Put parameters here that don't need to change on each machine where the app is deployed
# https://symfony.com/doc/current/best_practices/configuration.html#application-related-configuration
parameters:
locale: 'en'
# My application specific parameters.
app.gpu_qty: # The number of GPU cards each mining rig has.
rukia: 12
zangetsu: 4
app.gpu_share: 3 # How many GPU cards the two rig shares to divide profits.
app.split_share_by: 2 # How is divided the profits for each shared GPU card.
app.pool_acct: '0x377d9534c2c4d0ba224efbea32048b1c8cf003bc' # Main ETH address registered on the pool to receive payouts.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment