2023-08-29 10:04:07 +02:00
|
|
|
; Add secrets token/logins/etc `secrets.ini`
|
|
|
|
; Add the sames values as blank in `secrets.ini.example
|
|
|
|
; To be able to reproduce it
|
|
|
|
|
|
|
|
[secrets]
|
|
|
|
build_flags =
|
2023-09-29 15:50:51 +02:00
|
|
|
-D WIFI_SSID=\"test\"
|
|
|
|
-D WIFI_PASSWORD=\"abcd1234\"
|
|
|
|
-D DOLIBARR_API_TOKEN=\"monapitokendedolibarr\"
|
|
|
|
-D DOLIBARR_URL=\"http://0.0.0.0/api/index.php\"
|
|
|
|
-D DEBUG=true
|