Appconfig.ini [environment]
type = test_ ; dev_, test_, stage_, prod_ ; Admin user [admin_user] username = admin password = password email = ad...@domain.com first_name = Admin last_name = User auth_groups = super admin, admin, logistics, warehouse ; App configuration [app] name = Some app abbreviation = CTS author = Valdeck Rowe <vald...@startuprobot.com> description = a cool new app to manage container movement keywords = web2py, python, framework generator = Web2py Web Framework company = Some Company version = 1.0 ; Host configuration [dev_host] names = localhost:*, 127.0.0.1:*, *:*, * [test_host] names = localhost:*, 127.0.0.1:*, *:*, * ; db configuration [dev_db] uri = postgres://postgres:@localhost/tgg ; uri = sqlite://storage.sqlite pool_size = 10 ; ignored for sqlite migrate = true [test_db] uri = postgres://tgg:tgg1268!!@localhost/tgg pool_size = 0 migrate = True fake_migrate_all = ; smtp address and credentials [dev_smtp] server = logging ; logging smtp.mailgun.org sender = web2py Starter App <postmas...@sandbox999.mailgun.org> login = postmas...@sandbox999.mailgun.org:xxxx tls = true ssl = true [test_smtp] server = smtp.mailgun.org sender = web2py Starter App <postmas...@sandbox999.mailgun.org> login = postmas...@sandbox999.mailgun.org:xxxx tls = true ssl = true [prod_smtp] server = smtp.mailgun.org sender = web2py Starter App <postmas...@sandbox999.mailgun.org> login = postmas...@sandbox999.mailgun.org:xxxx tls = true ssl = true ; form styling [forms] formstyle = bootstrap3_inline separator = ; ; 3rd party credentials ; ; Mailgun ; user: xxx , password: xxx! [dev_mailgun] sender_name = web2py Starter App sender_id = postmaster sender_domain = sandbox9999.mailgun.org private_api_key = key-999 public_api_key = pubkey-999 [test_mailgun] sender_name = web2py Starter App sender_id = postmaster sender_domain = sandbox9999.mailgun.org private_api_key = key-999 public_api_key = pubkey-999 [prod_mailgun] sender_name = web2py Starter App sender_id = portal sender_domain = portal.xxxx.com private_api_key = key-999 public_api_key = pubkey-999 ; Filestack ; user: xxx , password: xxx! [filestack] dev_key = 9999 test_key = 9999 stage_key = 9999 prod_key = 9999 [trello] api_key = 9999 There is no such line in user.html - The reference on the ticket page is empty On Wednesday, July 18, 2018 at 4:31:38 PM UTC-5, Anthony wrote: > > We need to see your appconfig.ini and the line in user.html that is > presumably trying to access a setting from the config object. The error > indicates it's not finding what it's looking for. -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to web2py+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.