mirror of https://github.com/kf7eel/hbnet.git
3rd attempt at docker
This commit is contained in:
parent
8c48c11547
commit
7fc0436c0b
|
|
@ -5,7 +5,7 @@ Settings for HBNet Web Server.
|
||||||
# Database options
|
# Database options
|
||||||
# Using SQLite is simple and easiest. Comment out this line and uncomment the MySQL
|
# Using SQLite is simple and easiest. Comment out this line and uncomment the MySQL
|
||||||
# line to use a MySQL/MariaDB server.
|
# 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
|
# Uncomment and change this line to use a MySQL DB. It is best to start with a fresh
|
||||||
# DB without data in it.
|
# 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.
|
# the approval of an admin user before the user can login.
|
||||||
default_account_state = True
|
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 used in hblink.cfg
|
||||||
legacy_passphrase = 'passw0rd'
|
legacy_passphrase = 'passw0rd'
|
||||||
|
|
||||||
|
|
|
||||||
Binary file not shown.
|
|
@ -5,7 +5,7 @@ Settings for HBNet Web Server.
|
||||||
# Database options
|
# Database options
|
||||||
# Using SQLite is simple and easiest. Comment out this line and uncomment the MySQL
|
# Using SQLite is simple and easiest. Comment out this line and uncomment the MySQL
|
||||||
# line to use a MySQL/MariaDB server.
|
# 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
|
# Uncomment and change this line to use a MySQL DB. It is best to start with a fresh
|
||||||
# DB without data in it.
|
# 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.
|
# the approval of an admin user before the user can login.
|
||||||
default_account_state = True
|
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 used in hblink.cfg
|
||||||
legacy_passphrase = 'passw0rd'
|
legacy_passphrase = 'passw0rd'
|
||||||
|
|
||||||
|
|
|
||||||
Binary file not shown.
Loading…
Reference in New Issue