Skip to content

Commit

Permalink
fix secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
NexusNull committed Dec 1, 2023
1 parent e0dd845 commit 2660476
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cicd/setup/templates/secrets.py.j2
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ steam_publisher_web_apikey="F9XXXXXXXXXXXX..."
sdk_password="123"
amazon_ses_user='AKXXXXXXXX...'
amazon_ses_key='aAXXXXXXXXX...'
base_url="{{ master }}"
base_url="{{ base_url }}"

#Master Passwords
ACCESS_MASTER="{{ master }}" #this key is the master key of all servers, gives access to data/eval/render, most juicy key [03/08/17]
Expand Down

0 comments on commit 2660476

Please sign in to comment.