OLD | NEW |
| (Empty) |
1 class private::discourse { | |
2 # Database password for the discourse user | |
3 $database_password = 'vagrant' | |
4 | |
5 # Email addresses of accounts that will get admin privileges (have to be confi
rmed) | |
6 $admins = ['test1@example.com', 'test2@example.com'] | |
7 | |
8 # Google OAuth2 credentials (only valid for intraforum.test.example.com) | |
9 $google_client_id = '999843142701-ob74a7iua4vc6850stl29fdd8bhrt68j.apps.google
usercontent.com' | |
10 $google_client_secret = 'jVpuVO2T1T4T9WQxAfGHWgeY' | |
11 } | |
OLD | NEW |