Python Forum
Python Forum
>
Python Coding
>
General Coding Help
> Hiding username and password on sql
Full Version:
Hiding username and password on sql
You're currently viewing a stripped down version of our content.
View the full version
with proper formatting.
Pages:
1
2
wavic
Oct-21-2022, 07:58 PM
Put them in system environments
That way you can retrieve them using
os.environ
.
Then you can share
Pages:
1
2
Python Forum
>
Python Coding
>
General Coding Help
> Hiding username and password on sql