Skip to content

Commit fcdafd4

Browse files
committed
Add an example config file
1 parent de24a55 commit fcdafd4

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

config-example.yml

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Rodhaj's config file
2+
3+
# Entries pertaining to Rodhaj are located here
4+
rodhaj:
5+
token: ""
6+
guild_id: 12345
7+
8+
# The URI to connect to the PostgreSQL database
9+
postgres_uri: "postgresql://user:password@localhost:5432/user"

0 commit comments

Comments
 (0)