3rd attempt at docker

This commit is contained in:
KF7EEL 2022-09-24 20:45:24 -07:00
parent 8c48c11547
commit 7fc0436c0b
4 changed files with 10 additions and 2 deletions

View File

@ -5,7 +5,7 @@ Settings for HBNet Web Server.
# Database options
# Using SQLite is simple and easiest. Comment out this line and uncomment the MySQL
# line to use a MySQL/MariaDB server.
db_location = 'sqlite:////opt/hbnet_web/data/hbnet.sqlite'
db_location = 'sqlite:////opt/hbnet_web/hbnet.sqlite'
# Uncomment and change this line to use a MySQL DB. It is best to start with a fresh
# DB without data in it.
@ -42,6 +42,10 @@ time_format = '%H:%M:%S - %m/%d/%y'
# the approval of an admin user before the user can login.
default_account_state = True
# Allow users to generate and send SMS messages via the web service
# and API.
allow_user_sms = False
# Legacy passphrase used in hblink.cfg
legacy_passphrase = 'passw0rd'

Binary file not shown.

View File

@ -5,7 +5,7 @@ Settings for HBNet Web Server.
# Database options
# Using SQLite is simple and easiest. Comment out this line and uncomment the MySQL
# line to use a MySQL/MariaDB server.
db_location = 'sqlite:////opt/hbnet_web/data/hbnet.sqlite'
db_location = 'sqlite:////opt/hbnet_web/hbnet.sqlite'
# Uncomment and change this line to use a MySQL DB. It is best to start with a fresh
# DB without data in it.
@ -42,6 +42,10 @@ time_format = '%H:%M:%S - %m/%d/%y'
# the approval of an admin user before the user can login.
default_account_state = True
# Allow users to generate and send SMS messages via the web service
# and API.
allow_user_sms = False
# Legacy passphrase used in hblink.cfg
legacy_passphrase = 'passw0rd'

Binary file not shown.