Pyscii-BBS/config.ini
J4YC33 6577e6b051 2 More Milestones
I have added the feature for the BBS to be able to accept user messages and display all messages.

Still to be done: asc pages for messages and implementation of that.

Yes, I do know that I'm still including my test data in the json files. I do not care.
2025-07-19 21:02:32 -06:00

29 lines
412 B
INI

[Main]
Port = 2062
DefaultSplash = "Welcome to the SB17 BBS on %node%!"
MaxConnections = 5
Menus = 2
msgDb = messages.json
[Auth]
userDb = users.json
[Menu0]
Title = "Main Menu"
Page = menus/main.asc
Groups = 0
options = 3
Option0 = Profile
Option0Key = P
Option1 = Edit Profile
Option1Key = E
Option2 = Logout
Option2Key = X
[Menu1]
Title = "Admin Menu"
Groups = 99
options = 1
Option0 = Back
Option0Key = B