added a secrets scheme
This commit is contained in:
parent
5a928be822
commit
d5d5d000b3
2 changed files with 6 additions and 0 deletions
5
secrets_example.h
Normal file
5
secrets_example.h
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
// WARN: THIS FILE IS JUST AN EXAMPLE TO FACILITATE SHARING, DO NOT FILL ANY VALUE IN THIS ONE, USE secrets.h INSTEAD AND BE SURE IT IS IN THE GITIGNORE AND DOESNT GET PUSHED TO GIT !!!!!!!!!!!
|
||||
#define WIFI_SSID "your_wifi_ssid"
|
||||
#define WIFI_PASSWORD "your_wifi_password"
|
||||
#define AUTHELIA_USERNAME "your_authelia_username"
|
||||
#define AUTHELIA_PASSWORD "your_authelia_password"
|
||||
Loading…
Add table
Add a link
Reference in a new issue