5 lines
374 B
C
5 lines
374 B
C
// 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"
|