Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Secrets file missing because ignored. #17

Open
mmalka opened this issue Aug 2, 2014 · 0 comments
Open

Secrets file missing because ignored. #17

mmalka opened this issue Aug 2, 2014 · 0 comments

Comments

@mmalka
Copy link

mmalka commented Aug 2, 2014

Your gitignore contains :
/secrets.py
/secrets.new.py

Obviously, you don't wanna commit your secrets.py file... but the secrets.new.py should not be ignored, as we don't have any info on how to build a secrets.py file.

Watching the source,
I found some parameters to write down but don't know what's there value.

from secrets import BLOCKCHAIN_WALLET_GUID, BLOCKCHAIN_PASSWORD_1, BLOCKCHAIN_PASSWORD_2, CALLBACK_SECRET,
from secrets import ADMIN_EMAIL
from secrets import SECRET_ADMIN_PATH

example:

SECRET_ADMIN_PATH = admin.py
NameError: name 'admin' is not defined

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant